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