20 lines
382 B
Plaintext
Raw Normal View History

#!@PREFIX@/sbin/runscript
# Copyright 2007-2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
2007-11-23 12:37:11 +00:00
command=@PKG_PREFIX@/bin/dbus-daemon
pidfile=@VARBASE@/run/dbus/dbus.pid
2007-11-23 12:37:11 +00:00
command_args="${dbusd_args---system}"
name="Message Bus Daemon"
2008-01-11 12:18:05 +00:00
depend()
{
2007-11-23 12:37:11 +00:00
need localmount net
after bootmisc
}
2008-01-11 12:18:05 +00:00
start_pre()
{
2007-11-23 12:37:11 +00:00
mkdir -p $(dirname $pidfile)
}