-
Eric Vidal authored
ported to 66 v0.2.1.0, use @I into file to be consistent with instance name,use @M instead of @MOD@ to prepare the transition to C
Eric Vidal authoredported to 66 v0.2.1.0, use @I into file to be consistent with instance name,use @M instead of @MOD@ to prepare the transition to C
scandir-@M 299 B
[main]
@type = longrun
@description = "Start a scandir for @I"
@user = ( root )
@options = ( log )
@depends = ( mount-run-@I setenv-@I )
@notify = 3
@timeout-up = 3000
[start]
@build = auto
@runas = @I
@execute =
(
s6-setsid -qb --
umask 022
66-scandir -v3 -d3 -cu -e /home/@I/.66/conf/boot-user
)