Skip to content

Commit

Permalink
Merge pull request #2943 from kachick/fix-systemd-autostart
Browse files Browse the repository at this point in the history
fix: start-at-login generating systemd target
  • Loading branch information
AkihiroSuda authored Nov 27, 2024
2 parents ae48ac6 + 071c3d7 commit ca778e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/autostart/autostart_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ TimeoutSec=10
Restart=on-failure
[Install]
WantedBy=multi-user.target`,
WantedBy=default.target`,
GetExecutable: func() (string, error) {
return "/limactl", nil
},
Expand Down
2 changes: 1 addition & 1 deletion pkg/autostart/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ TimeoutSec=10
Restart=on-failure

[Install]
WantedBy=multi-user.target
WantedBy=default.target

0 comments on commit ca778e3

Please sign in to comment.