home · contact · privacy
Add plomlombot-irc setup.
[config] / buster / etc_files / website / etc / systemd / system / plomlombot.service
diff --git a/buster/etc_files/website/etc/systemd/system/plomlombot.service b/buster/etc_files/website/etc/systemd/system/plomlombot.service
new file mode 100644 (file)
index 0000000..a4f6769
--- /dev/null
@@ -0,0 +1,11 @@
+[Unit]
+Description=plomlombot screen
+
+[Service]
+Type=simple
+User=plom
+ExecStart=/bin/sh -c '~/plomlombot_daemon.sh'
+Restart=always
+
+[Install]
+WantedBy=multi-user.target