mirror of
https://github.com/fruworg/infrastructure.git
synced 2024-11-16 05:17:17 +03:00
10 lines
123 B
SYSTEMD
10 lines
123 B
SYSTEMD
|
[Unit]
|
||
|
Description=HUGO Update Timer
|
||
|
|
||
|
[Timer]
|
||
|
OnCalendar=*:0/10
|
||
|
Unit=hugo-update.service
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|