summaryrefslogtreecommitdiff
path: root/net-misc/tlsdate/files/tlsdated.rc
blob: d0814c874b4e518ef5657366f959127a346f4b2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/sbin/openrc-run
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

description="start a daemon to continuously set time via a helper"

command="tlsdated"
command_args="${TLSDATED_OPTS} -- ${TLSDATED_CMD}"
command_background="true"
pidfile="/var/run/${SVCNAME}.pid"

depend() {
	use net
}

start_pre() {
	checkpath -d -m 0700 -o tlsdate:tlsdate "${TLSDATED_CACHE_DIR}"
}