home · contact · privacy
Improve IRC bot/logs setup.
[config] / all_new_2018 / linkable_etc_files / web / etc / systemd / system / plomlombot.service
index 6e228cb4974f821b3ce37742ca2a3b44a828a712..a4f67694378dc909647485bf504e1f605ba42576 100644 (file)
@@ -2,9 +2,10 @@
 Description=plomlombot screen
 
 [Service]
-Type=forking
+Type=simple
 User=plom
-ExecStart=/bin/sh -c 'screen -d -m -S plomlombot ~/start_plomlombot.sh plomlombob "#plomlompomtest"'
+ExecStart=/bin/sh -c '~/plomlombot_daemon.sh'
+Restart=always
 
 [Install]
 WantedBy=multi-user.target