20 lines
343 B
Desktop File
20 lines
343 B
Desktop File
[Unit]
|
|
Description=OVOS Audio
|
|
PartOf=ovos.service
|
|
After=ovos.service
|
|
After=ovos-messagebus.service
|
|
|
|
[Service]
|
|
Type=notify
|
|
Group=ovos
|
|
UMask=002
|
|
ExecStart=%h/.venvs/ovos/bin/python /usr/libexec/ovos-systemd-audio
|
|
TimeoutStartSec=10m
|
|
TimeoutStopSec=1m
|
|
Restart=on-failure
|
|
StartLimitInterval=5min
|
|
StartLimitBurst=4
|
|
|
|
[Install]
|
|
WantedBy=ovos.service
|