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