mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-08 19:32:31 +01:00
systemd: "rewrite" supybot -> limnoria, move znc, rmdir irc/
This commit is contained in:
parent
306270c441
commit
c1768cae67
@ -1,14 +0,0 @@
|
||||
[Unit]
|
||||
Description=Supybot
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
PIDFile=/home/bot/botname/botname.pid
|
||||
ExecStart=/usr/local/bin/supybot /home/bot/botname/botname.conf --daemon
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
Restart=always
|
||||
User=bot
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
22
etc/systemd/system/limnoria.service
Normal file
22
etc/systemd/system/limnoria.service
Normal file
@ -0,0 +1,22 @@
|
||||
[Unit]
|
||||
Description=Limnoria instance
|
||||
After=network-online.target
|
||||
# if sharing server with IRC server, add
|
||||
#oragono.service
|
||||
#Wants=oragono.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
# if supybot.commands.allowShell is True and this is not set, may default to /
|
||||
WorkingDirectory=/home/BOTUSER/
|
||||
# supybot.pidFile
|
||||
PIDFile=/home/BOTUSER/BOTNICKNAME/BOTNICKNAME.pid
|
||||
# python3 setup.py install --user
|
||||
ExecStart=/home/BOTUSER/.local/bin/supybot /home/BOTUSER/BOTNICKNAME/BOTNICKNAME.conf
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
Restart=always
|
||||
User=BOTUSER
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Loading…
Reference in New Issue
Block a user