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

simplify the frontend example

parent ab048f63
No related branches found
No related tags found
No related merge requests found
......@@ -34,12 +34,12 @@ You can find a prototype with all valid section and all valid `key=value` pair a
@description = "ntpd daemon"
@version = 0.1.0
@user = ( root )
@options = ( log env )
[start]
@build = auto
@execute = ( foreground { mkdir -p -m 0755 ${RUNDIR} }
execl-cmdline -s { ntpd ${CMD_ARGS} } )
@execute = (
foreground { mkdir -p -m 0755 ${RUNDIR} }
execl-cmdline -s { ntpd ${CMD_ARGS} }
)
[environment]
dir_run=!/run/openntpd
......
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