Last change
on this file since 811 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]
|
---|
2 | Description=Drunk as hell IRC bouncer oni.
|
---|
3 | Documentation=man:suika(1)
|
---|
4 |
|
---|
5 | [Service]
|
---|
6 | Type=simple
|
---|
7 | User=suika
|
---|
8 | Group=suika
|
---|
9 | Restart=always
|
---|
10 | RestartSec=5
|
---|
11 | ExecStart=/usr/bin/suika --config /etc/suika/config
|
---|
12 | ExecReload=/bin/kill -HUP $MAINPID
|
---|
13 |
|
---|
14 | [Install]
|
---|
15 | WantedBy=multi-user.target
|
---|
Note:
See
TracBrowser
for help on using the repository browser.