infrastructure/systemd/hugo-update.service

12 lines
164 B
SYSTEMD
Raw Permalink Normal View History

2023-10-08 20:39:12 +03:00
[Unit]
Description=HUGO Update Service
[Service]
Type=oneshot
User=caddy
Group=caddy
ExecStart=/usr/local/bin/hugo-update.sh
[Install]
WantedBy=multi-user.target