This commit is contained in:
2024-07-24 02:00:11 +02:00
parent 537ef4be7e
commit 72b99a6cbd
11 changed files with 171 additions and 22 deletions

View File

@@ -5,5 +5,5 @@ WantedBy=default.target
Description=BackupAll.timer
[Timer]
OnCalendar=*-*-2,5,8,11,14,17,20,23,26,29 00:03:00
OnCalendar=*-*-2,5,8,11,14,17,20,23,26,29 03:00:00
Unit=BackupAll.service

View File

@@ -0,0 +1,11 @@
[Unit]
Description=SpaccBBS-NodeBB
After=network.target
[Service]
Type=simple
Restart=always
RestartSec=10
User=tux
ExecStart=/Main/Server/SpaccBBS-NodeBB/RunNodeBB.sh
[Install]
WantedBy=multi-user.target