Rebase to 3.17, restore GNU findutils package.

This commit is contained in:
TheSpad
2023-01-05 10:08:07 +00:00
parent f386553d6e
commit 5d4f17a599
12 changed files with 28 additions and 8 deletions

View File

@@ -1,4 +1,5 @@
#!/usr/bin/with-contenv bash
# shellcheck shell=bash
# make folders
mkdir -p \

View File

@@ -1,4 +1,5 @@
#!/usr/bin/with-contenv bash
# shellcheck shell=bash
exec \
/usr/sbin/crond -f -S -l 0 -c /etc/crontabs

View File

@@ -1,4 +1,5 @@
#!/usr/bin/with-contenv bash
# shellcheck shell=bash
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z localhost 9091" \
s6-setuidgid abc /usr/bin/transmission-daemon \