Skip to content

Commit ca778e3

Browse files
authored
Merge pull request #2943 from kachick/fix-systemd-autostart
fix: start-at-login generating systemd target
2 parents ae48ac6 + 071c3d7 commit ca778e3

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/lima-vm@INSTANCE.service

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)