source:
trunk/init/samhain.startSystemd.in
Last change on this file was 549, checked in by , 6 years ago | |
---|---|
File size: 356 bytes |
Line | |
---|---|
1 | |
2 | [Unit] |
3 | Description=The @install_name@ Service |
4 | After=network.target remote-fs.target nss-user-lookup.target |
5 | |
6 | [Service] |
7 | Type=forking |
8 | PIDFile=@mylockfile@ |
9 | ExecStart=@sbindir@/@install_name@ start |
10 | ExecStop=@sbindir@/@install_name@ stop |
11 | ExecReload=@sbindir@/@install_name@ reload |
12 | Restart=on-abort |
13 | TimeoutStartSec=infinity |
14 | |
15 | [Install] |
16 | WantedBy=multi-user.target |
Note:
See TracBrowser
for help on using the repository browser.