Rev | Line | |
---|
[9da3f87] | 1 | # OpenGnsys systemd service file |
---|
| 2 | |
---|
| 3 | [Unit] |
---|
[7e77105] | 4 | Documentation=https://opengnsys.es/trac/wiki/En%%3ADocumentacionUsuario |
---|
[9da3f87] | 5 | SourcePath=/etc/init.d/opengnsys |
---|
| 6 | Description=LSB: OpenGnsys system services |
---|
| 7 | Before=multi-user.target |
---|
| 8 | Before=graphical.target |
---|
| 9 | Requires=mysql.service |
---|
| 10 | After=mysql.service |
---|
| 11 | |
---|
| 12 | [Install] |
---|
| 13 | WantedBy=multi-user.target |
---|
| 14 | |
---|
| 15 | [Service] |
---|
| 16 | Type=forking |
---|
| 17 | Restart=no |
---|
| 18 | TimeoutSec=5min |
---|
| 19 | IgnoreSIGPIPE=no |
---|
| 20 | KillMode=process |
---|
| 21 | GuessMainPID=no |
---|
| 22 | RemainAfterExit=yes |
---|
| 23 | SuccessExitStatus=5 6 |
---|
| 24 | ExecStart=/etc/init.d/opengnsys start |
---|
| 25 | ExecStop=/etc/init.d/opengnsys stop |
---|
Note: See
TracBrowser
for help on using the repository browser.