vhost-stack/systemd/vhost-reload-apache.service
2023-05-12 16:03:20 -07:00

8 lines
113 B
Desktop File

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