Skip to content
Snippets Groups Projects
Commit 166078f9 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

try to standardize environment variable name

parent 74d56e4b
No related branches found
No related tags found
No related merge requests found
......@@ -13,15 +13,16 @@
@execute = (
s6-setsid -qb --
umask 022
execl-cmdline -s { 66 ${main_args} scandir start ${scandir_args} }
execl-cmdline -s { 66 ${Args66} scandir ${ArgsScandirStart} }
)
[stop]
@runas = @I
@execute = (
execl-cmdline -s { 66 ${main_args} scandir stop }
execl-cmdline -s { 66 ${Args66} scandir ${ArgsScandirStop} }
)
[environment]
main_args=!@verbosity_level@ @live_dir@
scandir_args=!@notify@ @use_environment@
Args66=!@verbosity_level@ @live_dir@
ArgsScandirStart=!start @notify@ @use_environment@
ArgsScandirStop=!stop
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment