Merge pull request #624 from c-po/target

hooks: T6346: set default boot target to multi-user.target
This commit is contained in:
Christian Breunig 2024-05-16 07:31:27 +02:00 committed by GitHub
commit 1f59787ff6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,4 @@
#!/bin/sh
echo I: Choose systemd multi-user.target over graphical.target
systemctl set-default -f multi-user.target