source: code/trunk/rc.d/systemd/suika.service@ 823

Last change on this file since 823 was 822, checked in by yakumo.izuru, 22 months ago

Prefer immortal.run over runit and rc.d, use vendored modules
for convenience.

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File size: 292 bytes
RevLine 
[822]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/local/bin/suika --config /usr/local/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.