remove boot-v1 support; disable user-services by default

This commit is contained in:
Mikaël Cluseau
2024-01-20 17:44:45 +01:00
parent f8a8344049
commit d0b8c75a9e
13 changed files with 13 additions and 570 deletions

12
layer/etc/init.d/dkl-svc Executable file
View File

@ -0,0 +1,12 @@
#!/sbin/openrc-run
description="dkl: $SVCNAME"
supervisor=supervise-daemon
command="/sbin/dkl logger -- /etc/direktil/services/$SVCNAME"
pidfile=/run/dkl-$SVCNAME.pid
depend()
{
}