我想在使用systemd启动httpd服务之前运行自定义bash脚本。我正在使用Centos 7。
有什么想法吗?
亲切的问候。
答案 0 :(得分:6)
假设您的httpd服务名为httpd.service
,请创建目录/etc/systemd/system/httpd.service.d
;并使用以下内容创建一个名为run-my-script-first.conf
(或您喜欢的任何内容)的文件:
[Service]
ExecStartPre=/path/to/your/script