Skip to content

Commit

Permalink
Emergency fix for pr containers#5439
Browse files Browse the repository at this point in the history
PR collision with containers#5427

Solution: add 'default.target' to WantedBy

Signed-off-by: Ed Santiago <[email protected]>
  • Loading branch information
edsantiago committed Mar 16, 2020
1 parent 412a114 commit 289dfbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/systemd/generate/systemdgen_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ KillMode=none
Type=forking
[Install]
WantedBy=multi-user.target`
WantedBy=multi-user.target default.target`

goodIdNew := `# container-639c53578af4d84b8800b4635fa4e680ee80fd67e0e6a2d4eea48d1e3230f401.service
# autogenerated by Podman CI
Expand All @@ -184,7 +184,7 @@ KillMode=none
Type=forking
[Install]
WantedBy=multi-user.target`
WantedBy=multi-user.target default.target`

tests := []struct {
name string
Expand Down

0 comments on commit 289dfbf

Please sign in to comment.