Skip to content

Commit

Permalink
Changed podman-auto-update to use userBus
Browse files Browse the repository at this point in the history
  • Loading branch information
jordigilh committed Aug 11, 2022
1 parent 72763f8 commit 8fd2b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/workload/wrapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ func (ww *Workload) RegisterObserver(observer Observer) {

func (ww *Workload) Init() error {
// Enable auto-update podman timer:
svc, err := service.NewSystemd("podman-auto-update", nil, service.SystemBus, nil)
svc, err := service.NewSystemd("podman-auto-update", nil, service.UserBus, nil)
if err != nil {
return err
}
Expand Down

0 comments on commit 8fd2b8c

Please sign in to comment.