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:
Tomáš Chvátal 2018-06-27 18:14:57 +00:00 committed by Git OBS Bridge
parent fa25f04c9e
commit f41d39dda2
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
[Unit]
Description=Quassel Core
After=network.target
After=default.target
[Service]
EnvironmentFile=-/etc/sysconfig/quasselcore