diff --git a/doc/frontend.md b/doc/frontend.md index 1f38989533c13cf8cecda1ffebdf096c3ded7393..0a8b77cd61f402c5b4e9d9fd8f5a3bbea1859b04 100644 --- a/doc/frontend.md +++ b/doc/frontend.md @@ -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