File: ruptimed.service

package info (click to toggle)
ruptime 1.8-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 316 kB
  • sloc: sh: 382; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 505 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=ruptime daemon
Documentation=man:ruptimed(8)
After=remote-fs.target nss-user-lookup.target

[Service]
EnvironmentFile=-/etc/ruptime/ruptime.conf
ExecStart=/usr/bin/daemon --user=ruptime:ruptime /usr/bin/mini-inetd $PORT /usr/sbin/ruptimed
# if you have bkt, you might want to use
# ExecStart=/usr/bin/daemon --user=ruptime:ruptime /usr/bin/mini-inetd $PORT /usr/bin/bkt -- /usr/sbin/ruptimed
IgnoreSIGPIPE=false
KillMode=process
Restart=on-failure

[Install]
WantedBy=multi-user.target