[Bug 1432161] Re: quasselcore.service systemd unit does not depend on PostgreSQL, causing the core to fail to start if it is configured to use PostgreSQL
Felix Geyer
debfx-pkg at fobos.de
Tue Mar 17 07:53:29 UTC 2015
We should probably also add mysql.service next to postgres.
> Second, neither the systemd unit file nor the upstart script had support for the
> DAEMON_OPTS variable from /etc/default/quasselcore. This made it difficult for
> administrators to add extra arguments, which is especially true on systemd since
> the unit file is silently overwritten every time the package is updated.
Using default files is discouraged so we shouldn't add new options, see:
https://wiki.debian.org/systemd/Packaging#overriding_options_and_.2Fetc.2Fdefault_handling
Changes to systemd units aren't overwritten if you do it right.
You want to call: systemctl edit quasselcore.service
And type something like:
[Service]
ExecStart=...
--
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to quassel in Ubuntu.
https://bugs.launchpad.net/bugs/1432161
Title:
quasselcore.service systemd unit does not depend on PostgreSQL,
causing the core to fail to start if it is configured to use
PostgreSQL
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/quassel/+bug/1432161/+subscriptions
More information about the kubuntu-bugs
mailing list