Skip to content

Commit c8e7a68

Browse files
authored
Merge pull request #1405 from rsturla/remove-alias-usage-in-systemd-units
systemd: switch bootc-fetch-apply-updates.service to non-aliased command
2 parents 83e93cd + 854a3f1 commit c8e7a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

systemd/bootc-fetch-apply-updates.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ ConditionPathExists=/run/ostree-booted
55

66
[Service]
77
Type=oneshot
8-
ExecStart=/usr/bin/bootc update --apply --quiet
8+
ExecStart=/usr/bin/bootc upgrade --apply --quiet

0 commit comments

Comments
 (0)