source: code/trunk/contrib/suika.service@ 819

Last change on this file since 819 was 803, checked in by koizumi.aoi, 2 years ago

Add runit and systemd unit files

Signed-off-by: Aoi K <koizumi.aoi@…>

File size: 275 bytes
Line 
1[Unit]
2Description=Drunk as hell IRC bouncer oni.
3Documentation=man:suika(1)
4
5[Service]
6Type=simple
7User=suika
8Group=suika
9Restart=always
10RestartSec=5
11ExecStart=/usr/bin/suika --config /etc/suika/config
12ExecReload=/bin/kill -HUP $MAINPID
13
14[Install]
15WantedBy=multi-user.target
Note: See TracBrowser for help on using the repository browser.