aboutsummaryrefslogtreecommitdiff
blob: 6775c0a2e4b53af26d32b7e0459767bf1e675c4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/sbin/openrc-run
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

description="Leap second simulation daemon"

logfile="/var/log/ntp-log.log"

command="/usr/sbin/ntpproxy"
command_args="${NTP_PROXY_ARGS}"
start_stop_daemon_args="--stdout $logfile --stderr $logfile"

command_background=yes
pidfile=/run/ntp-proxy.pid

depend() {
	need net
	after bootmisc
	provide ntp-proxy
}