summarylogtreecommitdiffstats
path: root/soju.service
blob: d5c7d8c0f222caa4f69d46d10541df56e2331a33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=soju IRC bouncer service
After=network.target

[Service]
Type=simple
User=soju
Restart=always
ExecStart=/usr/bin/soju --config /etc/soju/config
ExecReload=/bin/kill -HUP $MAINPID

[Install]
WantedBy=multi-user.target