SHA256
1
0
forked from pool/quassel

6 Commits

Author SHA256 Message Date
Christophe Giboudeaux
32a6495fd1 Accepting request 829921 from home:alarrosa:branches:KDE:Extra
- Move quassel.pid from /var/run to /run

OBS-URL: https://build.opensuse.org/request/show/829921
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/quassel?expand=0&rev=89
2020-08-27 15:26:13 +00:00
Tomáš Chvátal
30b68738e0 Accepting request 631132 from home:rkitover:branches:KDE:Extra
fix systemd ordering cycle in quasselcore.service

Previously I changed the service to After=default.target so that
postgresql has a chance to start up, in the case it is used as the
database. This seems to cause an ordering cycle causing the service to
not start on boot.

I am not sure if this was a problem before, or just started happening
with a more recent systemd.

I talked to a knowledgeable person on freenode #systemd (boucman) who
suggested using After=postgresql.service instead, there is no error if
the postgresql.service is not installed. Likewise add
After=mysql.service in case it is the database being used. If sqlite is
being used (as is the default) then After=network-online.target would be
in effect.

OBS-URL: https://build.opensuse.org/request/show/631132
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/quassel?expand=0&rev=74
2018-08-23 16:50:16 +00:00
Tomáš Chvátal
10bb3ec489 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
2018-06-27 18:14:57 +00:00
Tomáš Chvátal
6cc0899984 Accepting request 606420 from home:markoschandras:branches:KDE:Extra
- Add new QUASSELCORE_PORT sysconfig variable to allow users to change
  the default Quassel Core TCP port.

OBS-URL: https://build.opensuse.org/request/show/606420
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/quassel?expand=0&rev=62
2018-05-11 11:22:53 +00:00
Stephan Kulow
58dc320064 Accepting request 205917 from KDE:Extra
- Fix quasselcore.service, EnvironmentFile belongs into [Service]
  section and use ${FOO} rather than $FOO for proper expansion (Check
  https://fedoraproject.org/wiki/Packaging%3aSystemd#EnvironmentFiles_and_support_for_.2Fetc.2Fsysconfig_files) (forwarded request 205896 from saschpe)

OBS-URL: https://build.opensuse.org/request/show/205917
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/quassel?expand=0&rev=14
2013-11-11 13:52:36 +00:00
Tomáš Chvátal
41ac5ec88c Accepting request 203238 from KDE:Distro:Factory
- Utilize the unit file rather than old initscript (forwarded request 203236 from scarabeus_iv)

OBS-URL: https://build.opensuse.org/request/show/203238
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/quassel?expand=0&rev=13
2013-10-14 20:04:49 +00:00