summaryrefslogtreecommitdiffstats
path: root/ipv6/totd/files/totd.init
blob: 9c2dd74e9957a177e86dc176a8d56e7eb859a5f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh /etc/rc.common
# Copyright (C) 2006-2011 OpenWrt.org

START=60

SERVICE_USE_PID=1

start() {
	service_start /usr/sbin/totd -c /etc/totd.conf
}

stop() {
	service_stop /usr/sbin/totd
}