# vim:ft=make:
# command to start serviceDAEMON_example_COMMAND?=/path/service# flags to force daemonizing
DAEMON_example_BACKGROUND?=
# default working directory
DAEMON_example_CWD?=/some/path
# command to start service
DAEMON_example_COMMAND?=/path/service
# enabled by default?
DAEMON_example_ENABLE?=no
# general service flags
DAEMON_example_FLAGS?=
# flags to prevent daemonizing