8 lines
113 B
SYSTEMD
8 lines
113 B
SYSTEMD
|
[Unit]
|
||
|
Description=Reload Apache
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStartPre=sleep 2
|
||
|
ExecStart=systemctl reload apache2
|