Skip to content

Commit

Permalink
Update systemd.go
Browse files Browse the repository at this point in the history
  • Loading branch information
cooktheryan committed Sep 12, 2022
1 parent 14c227b commit 43ca810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/engine/systemd.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const (
podmanServicePath = "/usr/lib/systemd/system"
systemdPathRoot = "/etc/systemd/system"
systemdMethod = "systemd"
systemdImage = "quay.io/fetchit/fetchit-systemd-amd:latest"
systemdImage = "quay.io/fetchit/fetchit-systemd:latest"
)

// Systemd to place and/or enable systemd unit files on host
Expand Down

0 comments on commit 43ca810

Please sign in to comment.