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/reboot/stop_all | |
| parent | b0de699679e8f1e39af847ed172d1ba605b4370c (diff) | |
example ninit scripts
Diffstat (limited to 'examples/etc/ninit/reboot/stop_all')
| -rw-r--r-- | examples/etc/ninit/reboot/stop_all | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/examples/etc/ninit/reboot/stop_all b/examples/etc/ninit/reboot/stop_all new file mode 100644 index 0000000..bcf6c2d --- /dev/null +++ b/examples/etc/ninit/reboot/stop_all @@ -0,0 +1,25 @@ +/bin/nsvc -r logger getty/1 getty/2 getty/3 getty/4 +/bin/nsvc -C0 time cron + +/bin/nsvc -d \ +dnscache \ +qmail \ +tinydns \ +tinydom \ +klogd \ +http \ +https \ +smtp \ +pop3 \ +identd \ +sntpclockd \ +syslogd \ +ngetty \ +qmaild \ +talkd + + +/bin/nsvc -W120 qmail dnscache +/bin/nsvc -d sshd +/bin/nsvc -W3 logger +/bin/nsvc -d qmail dnscache logger |
