- fix the problem with the

This commit is contained in:
2023-08-19 14:10:57 +03:00
parent fd57047197
commit 0c5652f98a
6 changed files with 102 additions and 75 deletions

View File

@@ -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

View File

@@ -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