Update crontab

This commit is contained in:
Keannu Christian Bernasol 2025-07-07 20:01:04 +08:00
parent 38f2eeddfd
commit d24eb76fae

View file

@ -6,7 +6,8 @@
@reboot tmux
# Network mount
* * * * * sudo mount.cifs "//255.255.255.0/SAMBA-MOUNT" "/mnt/backups/" -o credentials="/root/.samba/credentials"
* * * * * sudo mount.cifs "//255.255.255.0/SAMBA-MOUNT" "/mnt/backups_a/" -o credentials="/root/.samba/credentials"
* * * * * sudo mount.cifs "//255.255.255.0/SAMBA-MOUNT" "/mnt/backups_b/" -o credentials="/root/.samba/credentials"
# Start services
@reboot sleep 30 && tmux new-session -d -s "start_services" "bash /root/scripts/start_services.sh"