File: plptools.service

package info (click to toggle)
plptools 1.0.13-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,540 kB
  • sloc: ansic: 17,631; sh: 12,838; cpp: 12,822; makefile: 651; yacc: 291; sed: 16
file content (21 lines) | stat: -rw-r--r-- 472 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[Unit]
Documentation=man:systemd-sysv-generator(8)
SourcePath=/etc/init.d/plptools
Description=LSB: Start or stop the plptools daemons
Before=multi-user.target
Before=multi-user.target
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/plptools start
ExecStop=/etc/init.d/plptools stop