mirror of
https://github.com/fruworg/infrastructure.git
synced 2024-11-16 05:17:17 +03:00
Create hugo-update.service
This commit is contained in:
parent
bdc7be3ce4
commit
e7811f0796
11
systemd/hugo-update.service
Normal file
11
systemd/hugo-update.service
Normal file
@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=HUGO Update Service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
User=caddy
|
||||
Group=caddy
|
||||
ExecStart=/usr/local/bin/hugo-update.sh
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Reference in New Issue
Block a user