Skip to content

Improve systemd unit

nl6720 requested to merge nl6720/package-quassel:improve-systemd-unit into main
  • Order after network-online.target and pull in nss-lookup.target. Quassel needs a working Internet connection.
  • Add ExecReload to reload the certificate.
  • Do not activate postgresql.service, simply order the unit after it.
  • Fix PIDFile to get rid of a message about using a legacy directory.

Fixes #4 Fixes https://bugs.archlinux.org/task/60796

Merge request reports