Create hugo-update.service

This commit is contained in:
Руслан 2023-10-08 23:39:12 +06:00 committed by GitHub
parent bdc7be3ce4
commit e7811f0796
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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