Last change
on this file since bbf5371 was
7e71f1f,
checked in by OpenGnSys Support Team <soporte-og@…>, 5 years ago
|
#981 Add ogAdmServer own systemd unit file
This commit is a step in the direction to remove the old unit file. It
also allow us to move ogAdmServer to its own repo.
|
-
Property mode set to
100644
|
File size:
316 bytes
|
Rev | Line | |
---|
[7e71f1f] | 1 | # ogAdmServer systemd service file |
---|
| 2 | |
---|
| 3 | [Unit] |
---|
| 4 | Documentation=https://opengnsys.es/trac/wiki/En%%3ADocumentacionUsuario |
---|
| 5 | Description=OpenGnsys server |
---|
| 6 | Requires=mysql.service |
---|
| 7 | After=mysql.service |
---|
| 8 | |
---|
| 9 | [Install] |
---|
| 10 | WantedBy=multi-user.target |
---|
| 11 | |
---|
| 12 | [Service] |
---|
| 13 | ExecStart=/opt/opengnsys/sbin/ogAdmServer -f /opt/opengnsys/etc/ogAdmServer.cfg |
---|
Note: See
TracBrowser
for help on using the repository browser.