#!/sbin/openrc-run
# Copyright 2012 Alexandre Rostovtsev <tetromino@gentoo.org>
# Distributed under the terms of the GNU General Public License v2

description="hostnamed, localed, and timedated D-Bus services for OpenRC"

depend() {
	need dbus
}

command="/usr/lib/openrc-settingsd"
command_args="${OPENRC_SETTINGSD_OPTS} --syslog"
command_background=true
pidfile="/run/${RC_SVCNAME}.pid"
