forgejo migration
This commit is contained in:
parent
e5dfb885aa
commit
173010678e
11 changed files with 368 additions and 0 deletions
10
etc/systemd/system/forgejo_backup.timer
Normal file
10
etc/systemd/system/forgejo_backup.timer
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=Forgejo Backup Timer
|
||||
Requires=forgejo_backup.service
|
||||
|
||||
[Timer]
|
||||
Unit=forgejo_backup.service
|
||||
OnCalendar=*-*-* 00,08,16:00:00
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue