diff options
Diffstat (limited to '.local/share/s6/oguri')
| -rwxr-xr-x | .local/share/s6/oguri/log/run | 3 | ||||
| -rwxr-xr-x | .local/share/s6/oguri/run | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/.local/share/s6/oguri/log/run b/.local/share/s6/oguri/log/run deleted file mode 100755 index 97be5a9..0000000 --- a/.local/share/s6/oguri/log/run +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/execlineb -P -foreground { mkdir -p /var/log/s6/oguri } -/bin/s6-log -b s1 T /var/log/s6/oguri diff --git a/.local/share/s6/oguri/run b/.local/share/s6/oguri/run deleted file mode 100755 index 28c68de..0000000 --- a/.local/share/s6/oguri/run +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -(sleep 1 && oguri-cycle) & -exec oguri 2>&1 |