Last change
on this file since 581 was 549, checked in by katerina, 6 years ago |
Fix for ticket #440 (obsolete sstrip utility) and #441 (make deb broken).
|
File size:
356 bytes
|
Rev | Line | |
---|
[548] | 1 |
|
---|
| 2 | [Unit]
|
---|
| 3 | Description=The @install_name@ Service
|
---|
[549] | 4 | After=network.target remote-fs.target nss-user-lookup.target
|
---|
[548] | 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.