diff options
author | davidovski <david@davidovski.xyz> | 2022-03-01 23:14:41 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-03-01 23:14:41 +0000 |
commit | ea4267fac55c7d8a6093a6b03ff0e9c795786d3e (patch) | |
tree | 04905981b9d5ad7a4710c472faf920f3c5e28375 /s6/sv/cleantmp | |
parent | efee4ebf43e376a7cd8b8abcef0c70aa90427bb4 (diff) |
reorganised
Diffstat (limited to 's6/sv/cleantmp')
-rw-r--r-- | s6/sv/cleantmp/dependencies.d/remount-root | 0 | ||||
-rw-r--r-- | s6/sv/cleantmp/down | 3 | ||||
-rw-r--r-- | s6/sv/cleantmp/type | 1 | ||||
-rw-r--r-- | s6/sv/cleantmp/up | 3 |
4 files changed, 0 insertions, 7 deletions
diff --git a/s6/sv/cleantmp/dependencies.d/remount-root b/s6/sv/cleantmp/dependencies.d/remount-root deleted file mode 100644 index e69de29..0000000 --- a/s6/sv/cleantmp/dependencies.d/remount-root +++ /dev/null diff --git a/s6/sv/cleantmp/down b/s6/sv/cleantmp/down deleted file mode 100644 index c5f65cc..0000000 --- a/s6/sv/cleantmp/down +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/execlineb -P -if { s6-echo "[ Shutdown ] : Cleaning /tmp" } -/bin/sh -c "/etc/s6/scripts/clean_tmp.sh" diff --git a/s6/sv/cleantmp/type b/s6/sv/cleantmp/type deleted file mode 100644 index bdd22a1..0000000 --- a/s6/sv/cleantmp/type +++ /dev/null @@ -1 +0,0 @@ -oneshot diff --git a/s6/sv/cleantmp/up b/s6/sv/cleantmp/up deleted file mode 100644 index 9c24500..0000000 --- a/s6/sv/cleantmp/up +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/execlineb -P -if { s6-echo "[ ReadWrite Mode ] 0/6 : Cleaning /tmp" } -/bin/sh -c "/etc/s6/scripts/clean_tmp.sh" |