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/identd | |
| parent | b0de699679e8f1e39af847ed172d1ba605b4370c (diff) | |
example ninit scripts
Diffstat (limited to 'examples/etc/ninit/identd')
| -rw-r--r-- | examples/etc/ninit/identd/environ | 4 | ||||
| l--------- | examples/etc/ninit/identd/out | 1 | ||||
| -rw-r--r-- | examples/etc/ninit/identd/params | 4 | ||||
| l--------- | examples/etc/ninit/identd/run | 1 | ||||
| -rw-r--r-- | examples/etc/ninit/identd/softlimit | 2 |
5 files changed, 12 insertions, 0 deletions
diff --git a/examples/etc/ninit/identd/environ b/examples/etc/ninit/identd/environ new file mode 100644 index 0000000..9ef7a3a --- /dev/null +++ b/examples/etc/ninit/identd/environ @@ -0,0 +1,4 @@ + +UID=113 +GID=113 +ROOT=/var/empty diff --git a/examples/etc/ninit/identd/out b/examples/etc/ninit/identd/out new file mode 120000 index 0000000..d31273b --- /dev/null +++ b/examples/etc/ninit/identd/out @@ -0,0 +1 @@ +../logger/in
\ No newline at end of file diff --git a/examples/etc/ninit/identd/params b/examples/etc/ninit/identd/params new file mode 100644 index 0000000..d49f3e6 --- /dev/null +++ b/examples/etc/ninit/identd/params @@ -0,0 +1,4 @@ +-1vUDc15 +-t30 +0 +113 diff --git a/examples/etc/ninit/identd/run b/examples/etc/ninit/identd/run new file mode 120000 index 0000000..af4fd36 --- /dev/null +++ b/examples/etc/ninit/identd/run @@ -0,0 +1 @@ +/usr/local/bin/socket-identd
\ No newline at end of file diff --git a/examples/etc/ninit/identd/softlimit b/examples/etc/ninit/identd/softlimit new file mode 100644 index 0000000..272a551 --- /dev/null +++ b/examples/etc/ninit/identd/softlimit @@ -0,0 +1,2 @@ +o20 +m50000 |
