We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae48ac6 + 071c3d7 commit ca778e3Copy full SHA for ca778e3
pkg/autostart/autostart_test.go
@@ -70,7 +70,7 @@ TimeoutSec=10
70
Restart=on-failure
71
72
[Install]
73
-WantedBy=multi-user.target`,
+WantedBy=default.target`,
74
GetExecutable: func() (string, error) {
75
return "/limactl", nil
76
},
pkg/autostart/[email protected]
@@ -10,4 +10,4 @@ TimeoutSec=10
10
11
12
13
-WantedBy=multi-user.target
+WantedBy=default.target
0 commit comments