Update 'systemd/ircabot.service'

master
acetone 2021-12-13 12:26:29 +00:00
parent 8ca38df753
commit e2782724f6
1 changed files with 3 additions and 2 deletions

View File

@ -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