From 0057fc4e0100e00694fcd99973b19c91a8c63446 Mon Sep 17 00:00:00 2001 From: Quackster Date: Thu, 15 Sep 2022 20:29:22 +1000 Subject: [PATCH] Create crontab-scripts.txt --- tools/crontab-scripts.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tools/crontab-scripts.txt 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