mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-27 09:14:28 +01:00
8 lines
314 B
Plaintext
8 lines
314 B
Plaintext
|
# Start the client, used only by the init.d script
|
||
|
START_SNAPCLIENT=true
|
||
|
|
||
|
# Additional command line options that will be passed to snapclient
|
||
|
# note that user/group should be configured in the init.d script or the systemd unit file
|
||
|
# For a list of available options, invoke "snapclient --help"
|
||
|
SNAPCLIENT_OPTS=""
|