Last change
on this file since e4cb91b was
d7a871b,
checked in by OpenGnSys Support Team <soporte-og@…>, 5 years ago
|
#988 Update ogserver.service to use json config file
This is convenient for the ogServer to use the new config file.
|
-
Property mode set to
100644
|
File size:
308 bytes
|
Rev | Line | |
---|
[333abbe] | 1 | # ogserver systemd service file |
---|
[75a8d47] | 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] |
---|
[d7a871b] | 13 | ExecStart=/opt/opengnsys/sbin/ogserver -f /opt/opengnsys/etc/ogserver.json |
---|
Note: See
TracBrowser
for help on using the repository browser.