diff --git a/services/nadeko/run b/services/nadeko/run deleted file mode 100644 index 99e164f..0000000 --- a/services/nadeko/run +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -function handle_signal { - PID=$! - echo "received signal. PID is ${PID}" - kill -s SIGHUP $PID -} - -trap "handle_signal" SIGINT SIGTERM SIGHUP - -echo "starting Nadeko" -cd /root/NadekoBot -mono NadekoBot.exe & wait -echo "stopping Nadeko" \ No newline at end of file