diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-06-26 23:01:19 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-06-26 23:01:19 +0200 |
commit | 597004e5520e8f81d0dc1c22d3edcf3b5e836af5 (patch) | |
tree | 0f0be52fa7eea94adbb07f0ed1c7f8d3949f0b62 /debian | |
parent | 7b482f6941b3182146074f5806546b92d1111155 (diff) | |
download | vyatta-cfg-system-597004e5520e8f81d0dc1c22d3edcf3b5e836af5.tar.gz vyatta-cfg-system-597004e5520e8f81d0dc1c22d3edcf3b5e836af5.zip |
Debian: reboot on ctrl-alt-delete action is handled by CLI script
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/vyatta-cfg-system.postinst.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 520efc68..6f5b2c33 100755 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -85,9 +85,6 @@ if [ -e /etc/default/mdadm ]; then sed -i 's/^START_DAEMON.*$/START_DAEMON=false/' /etc/default/mdadm fi -# Disable reboot on ctrl-alt-delete -ln -sf /dev/null /lib/systemd/system/ctrl-alt-del.target - # remove unnecessary ddclient script in /etc/ppp/ip-up.d/ # this logs unnecessary messages trying to start ddclient rm -f /etc/ppp/ip-up.d/ddclient |