diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-01-15 15:29:23 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-01-15 15:29:23 +0000 |
commit | 11d552a5ef98ab91479c7753997b4d9c51803f96 (patch) | |
tree | 5404eb0bfe6186d9fead4fdda389251862e36503 /examples/source/udhcpc-eth3-log/run | |
parent | fe36511943321c2be1d00fe41d3fe4b784c5acb4 (diff) | |
download | s6-rc-11d552a5ef98ab91479c7753997b4d9c51803f96.tar.xz |
Add s6-log notifications to examples, prepare for 0.4.1.1
Diffstat (limited to 'examples/source/udhcpc-eth3-log/run')
-rwxr-xr-x | examples/source/udhcpc-eth3-log/run | 2 |
1 files changed, 1 insertions, 1 deletions
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 |