Accepting request 619422 from home:rkitover:branches:KDE:Extra
start quasselcore after default.target not network Change quasselcore.service to start after `default.target` instead of `network.target` as the PostgreSQL backend may not be available during startup otherwise. OBS-URL: https://build.opensuse.org/request/show/619422 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/quassel?expand=0&rev=66
This commit is contained in:
parent
fa25f04c9e
commit
f41d39dda2
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 15:37:55 UTC 2018 - rkitover@gmail.com
|
||||
|
||||
- Change quasselcore.service to start after `default.target` instead of
|
||||
`network.target` as the PostgreSQL backend may not be available during
|
||||
startup otherwise.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 22 17:44:58 UTC 2018 - wbauer@tmo.at
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=Quassel Core
|
||||
After=network.target
|
||||
After=default.target
|
||||
|
||||
[Service]
|
||||
EnvironmentFile=-/etc/sysconfig/quasselcore
|
||||
|
Loading…
x
Reference in New Issue
Block a user