/etc/default/gapd is in gap-scscp 2.1.4+ds-3.
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 10 | # GAP SCSCP server default file sourced by the initscript `/etc/init.d/gapd'.
#
# To enable gapd via the initscript set START_GAPD=YES (init script variable)
START_GAPD=NO
# Options for gapd
# see gapd(8) for details
##GAPD_OPTIONS="-l -p 26133 -t log --infolevel 0"
GAPD_OPTIONS=""
|