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:
Colin Walters 2016-09-06 16:07:13 -04:00 committed by Atomic Bot
parent 7145cbf7f3
commit 9596bfcc42

View File

@ -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