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