After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 787288 - Support reloading systemd unit
Support reloading systemd unit
Status: RESOLVED FIXED
Product: gdm
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GDM maintainers
GDM maintainers
Depends on:
Blocks:
 
 
Reported: 2017-09-05 01:54 UTC by Sam Spilsbury
Modified: 2017-09-05 18:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
service: Send SIGHUP on reload (528 bytes, patch)
2017-09-05 01:54 UTC, Sam Spilsbury
committed Details | Review
settings: Make sure to set old settings object to NULL on finalize (594 bytes, patch)
2017-09-05 01:56 UTC, Sam Spilsbury
committed Details | Review

Description Sam Spilsbury 2017-09-05 01:54:56 UTC
Created attachment 359151 [details] [review]
service: Send SIGHUP on reload

Right now systemctl reload gdm doesn't do anything - it should reload the configuration. We already do that on SIGHUP, so lets just send SIGHUP to gdm.
Comment 1 Sam Spilsbury 2017-09-05 01:56:52 UTC
Created attachment 359152 [details] [review]
settings: Make sure to set old settings object to NULL on finalize

Otherwise we would attempt to ref it again later.
Comment 2 Ray Strode [halfline] 2017-09-05 18:38:25 UTC
Thanks pushed:

To ssh://git.gnome.org/git/gdm
   8e0fe033..80c25d24  master -> master