Skip to content

Commit 2ead440

Browse files
authored
Merge pull request #625 from vyos/mergify/bp/sagitta/pr-624
hooks: T6346: set default boot target to multi-user.target (backport #624)
2 parents 45c6bb7 + fd0e802 commit 2ead440

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
3+
echo I: Choose systemd multi-user.target over graphical.target
4+
systemctl set-default -f multi-user.target

0 commit comments

Comments
 (0)