mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-26 13:45:17 +02:00
10 lines
119 B
Text
Executable file
10 lines
119 B
Text
Executable file
#!/sbin/runscript
|
|
|
|
command=/usr/sbin/crond
|
|
command_args="${CROND_ARGS}"
|
|
|
|
depend()
|
|
{
|
|
need localmount
|
|
after bootmisc
|
|
}
|