diff --git a/irc_logmon.service b/irc_logmon.service new file mode 100644 index 0000000..540d643 --- /dev/null +++ b/irc_logmon.service @@ -0,0 +1,13 @@ +[Unit] +Description=IRC log server +After=network.target + +[Service] +Type=simple +Restart=always +RestartSec=1 +User=bot +ExecStart=/usr/bin/python3 /home/bot/irc-logmon-bot/server.py + +[Install] +WantedBy=multi-user.target