mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
micrond: initial check-in from freifunk-gluon package feed
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
committed by
Matthias Schiffer
parent
92364502ad
commit
ad697d867e
Executable
+18
@@ -0,0 +1,18 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
# Copyright (C) 2013 Project Gluon
|
||||
|
||||
START=50
|
||||
|
||||
SERVICE_USE_PID=1
|
||||
SERVICE_WRITE_PID=1
|
||||
SERVICE_DAEMONIZE=1
|
||||
|
||||
CRONDIR=/usr/lib/micron.d
|
||||
|
||||
start () {
|
||||
service_start /usr/sbin/micrond "$CRONDIR"
|
||||
}
|
||||
|
||||
stop() {
|
||||
service_stop /usr/sbin/micrond
|
||||
}
|
||||
Reference in New Issue
Block a user