diff options
Diffstat (limited to 'examples/source/udhcpc-eth3-log')
-rw-r--r-- | examples/source/udhcpc-eth3-log/notification-fd | 1 | ||||
-rwxr-xr-x | examples/source/udhcpc-eth3-log/run | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/examples/source/udhcpc-eth3-log/notification-fd b/examples/source/udhcpc-eth3-log/notification-fd new file mode 100644 index 0000000..00750ed --- /dev/null +++ b/examples/source/udhcpc-eth3-log/notification-fd @@ -0,0 +1 @@ +3 diff --git a/examples/source/udhcpc-eth3-log/run b/examples/source/udhcpc-eth3-log/run index d09823d..c3b3350 100755 --- a/examples/source/udhcpc-eth3-log/run +++ b/examples/source/udhcpc-eth3-log/run @@ -1,4 +1,4 @@ #!/command/execlineb -P s6-setuidgid log exec -c -s6-log t s1000000 n20 /var/log/udhcpc-eth3 +s6-log -d3 -- t s1000000 n20 /var/log/udhcpc-eth3 |