Added dcron-4.4 build template.
This commit is contained in:
3
srcpkgs/dcron/files/crond.confd
Normal file
3
srcpkgs/dcron/files/crond.confd
Normal file
@@ -0,0 +1,3 @@
|
||||
# Arguments passed to the cron daemon.
|
||||
#
|
||||
CROND_ARGS="-S -l info"
|
||||
10
srcpkgs/dcron/files/crond.init
Executable file
10
srcpkgs/dcron/files/crond.init
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/sbin/runscript
|
||||
|
||||
command=/usr/sbin/crond
|
||||
command_args="${CROND_ARGS}"
|
||||
|
||||
depend()
|
||||
{
|
||||
need localmount
|
||||
after bootmisc
|
||||
}
|
||||
Reference in New Issue
Block a user