1
Fork 0
mirror of https://github.com/Quackster/Havana.git synced 2025-07-03 05:07:46 +00:00

Create crontab-scripts.txt

This commit is contained in:
Quackster 2022-09-15 20:29:22 +10:00
parent cfbe45b4f3
commit 0057fc4e01

View file

@ -0,0 +1,2 @@
@reboot screen -dmS web sh -c 'cd /root/hotel/; sh start_web.sh; exec bash'
@reboot screen -dmS server sh -c 'cd /root/hotel/; sh start_server.sh; exec bash'