How to make changes to logind.conf take effect?
+1
−0
I added
IdleAction=hibernate
IdleActionSec=30min
To my bat /etc/systemd/logind.conf
. Then I waited 31 min, but nothing happened. It didn't hibernate. Presumably, the config changes are not loaded yet. Perhaps when I reboot they'll take effect... But is there any way to force a reload?
1 answer
+1
−0
The unit does not support reloading, but restarting the service should do the trick.
sudo systemctl restart systemd-logind
0 comment threads