|
The attached script updates a couple things which effectively is
the same as the current model however it follows the modular nature of the
declarative syntax.
Changes:
* Removes the duplicating start_stop_daemon_args since --pidfile is automatic
with pidfile=
* Only have ntpd create the pidfile when forking via command_args_background
* Add command_args_foreground for the option not to fork
Closes: https://bugs.gentoo.org/828078
Signed-off-by: Brian Evans <grknight@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
|