summarylogtreecommitdiffstats
path: root/soju.service
blob: ffff0d1cdb0856e3842dd0d2c20505867842e46b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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
RuntimeDirectory=soju

[Install]
WantedBy=multi-user.target