X-Git-Url: https://git.madduck.net/code/vinst.git/blobdiff_plain/c4c55ce4a7853887d746ab8ad7471bf947b1bafc..9e1c6791342fb991a4b7e8d67b37a56765312322:/preseed/stretch/commands/late_commands.d/mask_systemd-logind-service diff --git a/preseed/stretch/commands/late_commands.d/mask_systemd-logind-service b/preseed/stretch/commands/late_commands.d/mask_systemd-logind-service new file mode 100755 index 0000000..3298379 --- /dev/null +++ b/preseed/stretch/commands/late_commands.d/mask_systemd-logind-service @@ -0,0 +1,3 @@ +#!/bin/sh +echo "Masking systemd-logind.service..." +ln -s /dev/null /etc/systemd/system/systemd-logind.service