mirror of
https://github.com/fruworg/infrastructure.git
synced 2024-11-16 05:17:17 +03:00
12 lines
164 B
SYSTEMD
12 lines
164 B
SYSTEMD
|
[Unit]
|
||
|
Description=HUGO Update Service
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
User=caddy
|
||
|
Group=caddy
|
||
|
ExecStart=/usr/local/bin/hugo-update.sh
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|