mirror of
https://github.com/fruworg/infrastructure.git
synced 2025-01-18 06:30:51 +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
|