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]
|
||||
Description=RPM OSTree Manager
|
||||
ConditionPathExists=/ostree
|
||||
|
||||
[Service]
|
||||
Type=dbus
|
||||
BusName=org.projectatomic.rpmostree1
|
||||
ExecStart=@libexecdir@/rpm-ostreed
|
||||
ConditionPathExists=/ostree
|
||||
|
Loading…
Reference in New Issue
Block a user