From cb396e47edeff00c17ef10a51469438556cae435 Mon Sep 17 00:00:00 2001 From: Steve Date: Sat, 7 Aug 2021 13:03:41 -0400 Subject: [PATCH] actually use the service file :) --- init/simpbot.service | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 init/simpbot.service diff --git a/init/simpbot.service b/init/simpbot.service new file mode 100644 index 0000000..61eb39f --- /dev/null +++ b/init/simpbot.service @@ -0,0 +1,14 @@ +[Unit] +Description=Simpbot: automated appreciation of strange internet women +After=network.target +StartLimitIntervalSec=0 + +[Service] +Type=simple +Restart=always +RestartSec=3 +User=root +ExecStart=/usr/local/bin/simpbot + +[Install] +WantedBy=multi-user.target