/etc/default/dmsdmd is in dms-core 1.0.8.1-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | # defaults file for dmsdmd
# start dmsdmd from init.d script?
# only allowed values are "true", and "false"
DMSDMD_ENABLE=false
# Arguments for dmsdmd
# it may be usefule to start with a different config file
#DAEMON_ARGS="-c /etc/dms/dms.conf"
|