vhost-stack/systemd/vhost-reload-apache.service

8 lines
113 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Reload Apache
[Service]
Type=oneshot
ExecStartPre=sleep 2
ExecStart=systemctl reload apache2