Initial commit need to add nix code to setup service and timer example service and timer are provided
This commit is contained in:
commit
48fb09cfb9
9 changed files with 249 additions and 0 deletions
10
reforger-updater.timer
Normal file
10
reforger-updater.timer
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=Run reforger-updater every 4 hours
|
||||
|
||||
[Timer]
|
||||
OnBootSec=5min
|
||||
OnUnitActiveSec=4h
|
||||
Persistent=true
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue