arch-pkgs/soju/systemd.service

16 lines
267 B
SYSTEMD
Raw Normal View History

2021-11-30 03:56:51 +00:00
[Unit]
Description=soju IRC bouncer service
2021-11-30 06:56:12 +00:00
After=network-online.target
2021-11-30 03:56:51 +00:00
[Service]
Type=simple
User=soju
2021-11-30 06:56:12 +00:00
Group=soju
2021-11-30 03:56:51 +00:00
Restart=always
2021-11-30 06:56:12 +00:00
RestartSec=5
2021-11-30 03:56:51 +00:00
ExecStart=/usr/bin/soju --config /etc/soju/config
ExecReload=/bin/kill -HUP $MAINPID
[Install]
WantedBy=multi-user.target