# vim:ft=make:
# flags to force daemonizing
DAEMON_example_BACKGROUND?=
# default working directory
DAEMON_example_CWD?=/some/path
# command to start service
DAEMON_example_COMMAND?=/path/service
# command to start service, first present executable is used
DAEMON_example_COMMAND?=/path/service /path/other/service
# enabled by default?
DAEMON_example_ENABLE?=no
# general service flags
DAEMON_example_FLAGS?=