14 lines
212 B
SYSTEMD
14 lines
212 B
SYSTEMD
[Path]
|
|
PathExistsGlob=/var/lib/httpd/md-renewed/renewed/%H/*
|
|
Unit=md-renewed.service
|
|
MakeDirectory=true
|
|
DirectoryMode=0777
|
|
|
|
[Unit]
|
|
BindsTo=httpd.service
|
|
After=httpd.service
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|