summaryrefslogtreecommitdiffstats
path: root/cfg/ogserver.service
Commit message (Collapse)AuthorAgeFilesLines
* #981 Use 'Wants' for mysql systemd unit dependencyJose M. Guisado2021-07-271-1/+1
| | | | | | | | | | | Unnattended upgrades from Ubuntu can cause a stop and start of mysql service, this in turn makes ogserver go down. Avoid ogserver shutting down when mysql does. It's not necessary, ogserver can report if it can't connect to the database. 'Wants' declare a weak dependency as described in https://www.freedesktop.org/software/systemd/man/systemd.unit.html#Wants=
* #988 Update ogserver.service to use json config fileRoberto Hueso Gómez2020-10-061-1/+1
| | | | This is convenient for the ogServer to use the new config file.
* #986 Rename configuration and systemd to ogserverJavier Sánchez Parra2020-06-191-0/+13
Step forward to rename all ogAdmServer references to ogServer