add bookshelf module, fix gitea minor typo, add fixe ip for vms
This commit is contained in:
10
modules/apps/bookshelf/lib/services/weekly-backup.service
Normal file
10
modules/apps/bookshelf/lib/services/weekly-backup.service
Normal file
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Weekly Bookshelf Backup
|
||||
Wants=network.target
|
||||
After=network.target docker.service
|
||||
Before=shutdown.target reboot.target halt.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
User=root
|
||||
ExecStart=/usr/local/bin/backup.sh
|
||||
Reference in New Issue
Block a user