diff --git a/tools/crontab-scripts.txt b/tools/crontab-scripts.txt new file mode 100644 index 0000000..27243d5 --- /dev/null +++ b/tools/crontab-scripts.txt @@ -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' \ No newline at end of file