在使用systemd启动httpd服务之前运行bash脚本

时间:2017-03-24 12:33:36

标签: bash centos7 systemd

我想在使用systemd启动httpd服务之前运行自定义bash脚本。我正在使用Centos 7。

有什么想法吗?

亲切的问候。

1 个答案:

答案 0 :(得分:6)

假设您的httpd服务名为httpd.service,请创建目录/etc/systemd/system/httpd.service.d;并使用以下内容创建一个名为run-my-script-first.conf(或您喜欢的任何内容)的文件:

[Service]
ExecStartPre=/path/to/your/script