Files
test/templates/Fedora/40/usr/lib/systemd/system/httpd-reload.service
T
jmrothst 09c04ae777 Fedora 40 support
Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
2024-06-02 12:10:56 -05:00

10 lines
174 B
Desktop File

[Unit]
Description=Reload Apache for Let's Encrypt Certificate Insert
[Service]
Type=oneshot
ExecStart=/bin/systemctl reload httpd.service
[Install]
WantedBy=httpd.service