Move uid/gid changer from legacy to new style.

Move deprecated dependencies file to dependencies.d for all services. Make cron depend on base

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner 2022-08-29 12:20:10 +01:00
parent 473117e8a8
commit 2b60df6d2b
No known key found for this signature in database
GPG Key ID: 872950F3ECF2B173
14 changed files with 4 additions and 4 deletions

View File

@ -0,0 +1 @@
oneshot

View File

@ -0,0 +1,2 @@
#!/command/execlineb
foreground { bash -e /usr/local/bin/_uid-gid-changer.sh }

View File

@ -1,4 +1,4 @@
#!/command/with-contenv bash
#!/bin/bash
set -e
if [ "${PH_VERBOSE:-0}" -gt 0 ] ; then