1
Fork 0
mirror of https://github.com/Quackster/Havana.git synced 2025-07-04 05:37:47 +00:00
Havana/tools/crontab-scripts.txt

2 lines
157 B
Text
Raw Normal View History

2022-09-15 20:29:22 +10:00
@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'