summaryrefslogtreecommitdiff
path: root/community/xe-guest-utilities/xe-daemon.service
diff options
context:
space:
mode:
Diffstat (limited to 'community/xe-guest-utilities/xe-daemon.service')
-rw-r--r--community/xe-guest-utilities/xe-daemon.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/xe-guest-utilities/xe-daemon.service b/community/xe-guest-utilities/xe-daemon.service
index 5245c702d..0a5a6ee92 100644
--- a/community/xe-guest-utilities/xe-daemon.service
+++ b/community/xe-guest-utilities/xe-daemon.service
@@ -5,8 +5,8 @@ Requires=proc-xen.mount
[Service]
PIDFile=/run/xe-daemon.pid
-ExecStart=/usr/sbin/xe-daemon -p /run/xe-daemon.pid
-ExecStop=/bin/pkill -TERM -F /run/xe-daemon.pid
+ExecStart=/usr/bin/xe-daemon -p /run/xe-daemon.pid
+ExecStop=/usr/bin/pkill -TERM -F /run/xe-daemon.pid
[Install]
WantedBy=multi-user.target