daemon: Fix ConditionPathExists location
It needs to be under `[Unit]`. I noticed the systemd warning in my logs; not sure how this worked when I was testing it locally. Closes: #446 Approved by: jlebon
This commit is contained in:
parent
7145cbf7f3
commit
9596bfcc42
@ -1,8 +1,8 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=RPM OSTree Manager
|
Description=RPM OSTree Manager
|
||||||
|
ConditionPathExists=/ostree
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=dbus
|
Type=dbus
|
||||||
BusName=org.projectatomic.rpmostree1
|
BusName=org.projectatomic.rpmostree1
|
||||||
ExecStart=@libexecdir@/rpm-ostreed
|
ExecStart=@libexecdir@/rpm-ostreed
|
||||||
ConditionPathExists=/ostree
|
|
||||||
|
Loading…
Reference in New Issue
Block a user