diff options
| author | Klaatu <[email protected]> | 2015-05-17 15:35:50 +1200 |
|---|---|---|
| committer | Klaatu <[email protected]> | 2015-05-17 15:35:50 +1200 |
| commit | e6961c90da554ef46c84f94d0db5ef37bb23f0c2 (patch) | |
| tree | e71acaa2790bae3d5dc8c56300a33111a3255b84 /examples/etc/ninit/cron | |
| parent | b0de699679e8f1e39af847ed172d1ba605b4370c (diff) | |
example ninit scripts
Diffstat (limited to 'examples/etc/ninit/cron')
| -rw-r--r-- | examples/etc/ninit/cron/cron | 1 | ||||
| -rw-r--r-- | examples/etc/ninit/cron/depends | 3 | ||||
| l--------- | examples/etc/ninit/cron/run | 1 | ||||
| -rw-r--r-- | examples/etc/ninit/cron/wait | 1 |
4 files changed, 6 insertions, 0 deletions
diff --git a/examples/etc/ninit/cron/cron b/examples/etc/ninit/cron/cron new file mode 100644 index 0000000..d54d5af --- /dev/null +++ b/examples/etc/ninit/cron/cron @@ -0,0 +1 @@ +1d:1h:1 diff --git a/examples/etc/ninit/cron/depends b/examples/etc/ninit/cron/depends new file mode 100644 index 0000000..1f57618 --- /dev/null +++ b/examples/etc/ninit/cron/depends @@ -0,0 +1,3 @@ +logger +syslogd +klogd diff --git a/examples/etc/ninit/cron/run b/examples/etc/ninit/cron/run new file mode 120000 index 0000000..a9bb5e8 --- /dev/null +++ b/examples/etc/ninit/cron/run @@ -0,0 +1 @@ +/etc/rc.d/rc.daily
\ No newline at end of file diff --git a/examples/etc/ninit/cron/wait b/examples/etc/ninit/cron/wait new file mode 100644 index 0000000..0082886 --- /dev/null +++ b/examples/etc/ninit/cron/wait @@ -0,0 +1 @@ +time
\ No newline at end of file |
