alfred.default.j2 507 B

12345678910111213141516
  1. #
  2. # /etc/default/alfred
  3. #
  4. # Additional command line options
  5. DAEMON_OPTS="{{alfed_daemon_opts|default('')}}"
  6. # Enable master mode (0/1)
  7. MASTER={% if alfred_master_mode is defined and alfred_master_mode %}1{% else %}0{% endif %}
  8. # Interface for A.L.F.R.E.D. to listen on. Has to be specified.
  9. INTERFACE={{alfred_interface}}
  10. # Specify the batman-adv interface configured on the system (default: bat0).
  11. # Use 'none' to disable the batman-adv based best server selection.
  12. BATMANIF={{alfred_batman_interface}}