1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 02:05:16 +03:00
aports/community/zigbee2mqtt/zigbee2mqtt.confd
2022-11-20 01:36:54 +01:00

14 lines
434 B
Bash

# Configuration for /etc/init.d/zigbee2mqtt
# Path to the data directory.
#datadir="/var/lib/zigbee2mqtt"
# The user (and group) to run zigbee2mqtt as.
#command_user="zigbee2mqtt"
# Number of milliseconds to wait after starting to check if the daemon is still
# running (used only with start-stop-daemon). Set to empty string to disable.
#start_wait=100
# Uncomment to run with process supervisor.
# supervisor="supervise-daemon"