mirror of https://notabug.org/acetone/ircabot.git
Update 'systemd/ircabot.service'
parent
8ca38df753
commit
e2782724f6
|
@ -1,6 +1,6 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=IRCaBot logger
|
Description=IRCaBot logger
|
||||||
After=network.target remote-fs.target nss-lookup.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=idle
|
Type=idle
|
||||||
|
@ -8,6 +8,7 @@ Type=idle
|
||||||
User=USERNAME
|
User=USERNAME
|
||||||
# Change paths to actual (like a /srv/ircabot or something):
|
# Change paths to actual (like a /srv/ircabot or something):
|
||||||
ExecStart=/path/to/ircabot -c /path/to/ircabot.conf
|
ExecStart=/path/to/ircabot -c /path/to/ircabot.conf
|
||||||
|
Restart=on-failure
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
Loading…
Reference in New Issue