Michael Biebl wrote: > The current behaviour is defined by the ctrl-alt-del.target. See > # ls -ls /lib/systemd/system/ctrl-alt-del.target > /lib/systemd/system/ctrl-alt-del.target -> reboot.target > > > Change that symlink to point to poweroff.target: > > # ln -s /lib/systemd/system/poweroff.target > /etc/systemd/system/ctrl-alt-del.target > # systemctl daemon-reload
Both of these methods appear to be working: - relinking /lib/systemd/system/ctrl-alt-del.target to poweroff.target; - creating /etc/systemd/system/ctrl-alt-del.target and linking _that_ to /lib/systemd/system/poweroff.target. Thanks! -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

