Let ovos-core take care of logging

This commit is contained in:
j1nx 2022-11-10 19:25:27 +01:00
parent 1e2697a483
commit 8404a804c2
6 changed files with 6 additions and 12 deletions

View File

@ -7,8 +7,7 @@ After=mycroft-messagebus.service
[Service]
Type=notify
ExecStart=/usr/libexec/mycroft-systemd-audio
StandardOutput=append:/home/mycroft/.local/state/mycroft/audio.log
#StandardError=file:/home/mycroft/.local/state/mycroft/audio.error.log
StandardOutput=null
TimeoutStartSec=1m
TimeoutStopSec=1m
Restart=on-failure

View File

@ -7,8 +7,7 @@ After=mycroft-messagebus.service
[Service]
Type=notify
ExecStart=/usr/libexec/mycroft-systemd-gui
StandardOutput=append:/home/mycroft/.local/state/mycroft/enclosure_gui.log
#StandardError=file:/home/mycroft/.local/state/mycroft/enclosure_gui.error.log
StandardOutput=null
TimeoutStartSec=1m
TimeoutStopSec=1m
Restart=on-failure

View File

@ -6,8 +6,7 @@ After=mycroft.service
[Service]
Type=notify
ExecStart=/usr/libexec/mycroft-systemd-messagebus
StandardOutput=append:/home/mycroft/.local/state/mycroft/bus.log
#StandardError=file:/home/mycroft/.local/state/mycroft/bus.error.log
StandardOutput=null
TimeoutStartSec=1m
TimeoutStopSec=1m
Restart=on-failure

View File

@ -7,8 +7,7 @@ After=mycroft-messagebus.service
[Service]
Type=notify
ExecStart=/usr/libexec/mycroft-systemd-phal
StandardOutput=append:/home/mycroft/.local/state/mycroft/phal.log
#StandardError=file:/home/mycroft/.local/state/mycroft/phal.error.log
StandardOutput=null
TimeoutStartSec=1m
TimeoutStopSec=1m
Restart=on-failure

View File

@ -7,8 +7,7 @@ After=mycroft-messagebus.service
[Service]
Type=notify
ExecStart=/usr/libexec/mycroft-systemd-skills
StandardOutput=append:/home/mycroft/.local/state/mycroft/skills.log
#StandardError=file:/home/mycroft/.local/state/mycroft/skills.error.log
StandardOutput=null
TimeoutStartSec=10m
TimeoutStopSec=1m
Restart=on-failure

View File

@ -7,8 +7,7 @@ After=mycroft-messagebus.service
[Service]
Type=notify
ExecStart=/usr/libexec/mycroft-systemd-voice
StandardOutput=append:/home/mycroft/.local/state/mycroft/voice.log
#StandardError=file:/home/mycroft/.local/state/mycroft/voice.error.log
StandardOutput=null
TimeoutStartSec=1m
TimeoutStopSec=1m
Restart=on-failure