mirror of
https://github.com/lemeow125/ansible-playbooks.git
synced 2024-11-17 04:09:26 +08:00
Update crontab
This commit is contained in:
parent
2ce5382f1f
commit
584ae10429
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
@reboot tmux
|
@reboot tmux
|
||||||
|
|
||||||
# Network mount
|
# Network mount
|
||||||
* * * * * 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/" -o credentials="/root/.samba/credentials"
|
||||||
|
|
||||||
# Start services
|
# Start services
|
||||||
@reboot sleep 30 && tmux new-session -d -s "start_services" "bash /root/scripts/start_services.sh"
|
@reboot sleep 30 && tmux new-session -d -s "start_services" "bash /root/scripts/start_services.sh"
|
||||||
|
|
Loading…
Reference in a new issue