- fix the problem with the
This commit is contained in:
@@ -47,6 +47,10 @@ audio:
|
||||
|
||||
bluetooth: yes
|
||||
bluetooth_mac: "MAC_ADDRESS"
|
||||
|
||||
# Relative pathes starts at agent_gsm root
|
||||
backup_dir: backup
|
||||
temp_dir: /dev/shm
|
||||
|
||||
log:
|
||||
# Log file path (otherwise log will be sent to syslog)
|
||||
@@ -57,9 +61,3 @@ log:
|
||||
|
||||
# Log ADB output
|
||||
adb: yes
|
||||
|
||||
# Upload full audio recordings
|
||||
audio: yes
|
||||
|
||||
# Where to keep audio
|
||||
audio_dir: /dev/shm
|
||||
|
||||
@@ -19,7 +19,7 @@ KillSignal=SIGQUIT
|
||||
|
||||
# make sure log directory exists and owned by syslog
|
||||
PermissionsStartOnly=true
|
||||
ExecStartPre=/usr/bin/rm -f ABSOLUTE_INSTALL_DIR/qualtest.pid
|
||||
ExecStartPre=/usr/bin/rm -f /dev/shm/qualtest.pid
|
||||
|
||||
#ExecStartPre=/bin/chown syslog:adm /var/log/sleepservice
|
||||
#ExecStartPre=/bin/chmod 755 /var/log/sleepservice
|
||||
|
||||
Reference in New Issue
Block a user