Skip to content

Commit 071c3d7

Browse files
committed
fix: start-at-login generating systemd target
Signed-off-by: Kenichi Kamiya <[email protected]>
1 parent 9248baf commit 071c3d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/autostart/autostart_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ TimeoutSec=10
7070
Restart=on-failure
7171
7272
[Install]
73-
WantedBy=multi-user.target`,
73+
WantedBy=default.target`,
7474
GetExecutable: func() (string, error) {
7575
return "/limactl", nil
7676
},

pkg/autostart/[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ TimeoutSec=10
1010
Restart=on-failure
1111

1212
[Install]
13-
WantedBy=multi-user.target
13+
WantedBy=default.target

0 commit comments

Comments
 (0)