Skip to content
Snippets Groups Projects
runtime-@MOD@ 277 B
Newer Older
Eric Vidal's avatar
Eric Vidal committed
[main]
@type = oneshot
@name = runtime-@MOD@
@description = "Launch all tree enabled of @MOD@"
@user = ( root )
@depends = ( scandir-@MOD@ )

[start]
@build = auto
@execute = ( 
s6-setuidgid @MOD@
66-all up
)

[stop]
@build = auto
@execute = (
s6-setuidgid @MOD@
66-all down
)