File: rotter.service

package info (click to toggle)
rotter 0.9-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 656 kB
  • sloc: sh: 3,953; ansic: 1,214; makefile: 23
file content (19 lines) | stat: -rw-r--r-- 407 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[Unit]
Documentation=man:rotter(1)
SourcePath=/etc/init.d/rotter
Description=LSB: init-Script for system wide rotter daemon
Before=multi-user.target
Before=graphical.target
After=remote-fs.target

[Service]
Type=forking
Restart=no
TimeoutSec=5min
IgnoreSIGPIPE=no
KillMode=process
GuessMainPID=no
RemainAfterExit=yes
SuccessExitStatus=5 6
ExecStart=/etc/init.d/rotter start
ExecStop=/etc/init.d/rotter stop