aboutsummaryrefslogtreecommitdiff
path: root/support/init.d.examples/hald.in
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2021-11-28 23:55:42 -0600
committerWilliam Hubbs <w.d.hubbs@gmail.com>2021-11-28 23:55:42 -0600
commit331d6f14fdf69d6fe17da77db7609bc861145fd6 (patch)
tree0c13ae15dc4f881a8662199d0de45007a493b6fd /support/init.d.examples/hald.in
parentcc0037e9caaee05af0fdedafc5798c2a7aa9bdb8 (diff)
support/init.d.examples: Do not use @PKG_PREFIX@ in service examples
I can't think of a reason to do this since these scripts are just examples. This is for #474.
Diffstat (limited to 'support/init.d.examples/hald.in')
-rw-r--r--support/init.d.examples/hald.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/init.d.examples/hald.in b/support/init.d.examples/hald.in
index 84dbb401..b88a4614 100644
--- a/support/init.d.examples/hald.in
+++ b/support/init.d.examples/hald.in
@@ -9,7 +9,7 @@
# This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file.
-command=@PKG_PREFIX@/sbin/hald
+command=/sbin/hald
pidfile=/var/run/hald/hald.pid
command_args=$hald_args
name="Hardware Abstraction Layer Daemon"