dianagudu / motley_cue

A service for mapping OIDC identities to local identities, with local user management
https://motley-cue.readthedocs.io/
MIT License
8 stars 3 forks source link

systemctl reload motley-cue #17

Closed dianagudu closed 3 years ago

dianagudu commented 3 years ago

systemd service does not provide reload capability

marcvs commented 3 years ago

You mean adding systemctl restart motley-cue in the %postin stance of the rpm / deb package?

dianagudu commented 3 years ago

No, I just mean the possibility to do systemctl reload motley-cue, which differs from restart in that it reloads the service configuration without fully shutting down and starting up again (an ExecReload=... line in the systemd service file).