19 lines
477 B
Desktop File
19 lines
477 B
Desktop File
[Unit]
|
|
Documentation=https://github.com/OpenVoiceOS/ovos-audio-transformer-plugin-ggwave
|
|
Description=Open Voice OS - ggwave listener
|
|
PartOf=ovos.service
|
|
Requires=ovos.service ovos-messagebus.service
|
|
|
|
[Service]
|
|
Group=ovos
|
|
UMask=002
|
|
WorkingDirectory=%h/.venvs/ovos
|
|
ExecStart=%h/.venvs/ovos/bin/ovos-ggwave-listener
|
|
ExecReload=/usr/bin/kill -s HUP $MAINPID
|
|
ExecStop=/usr/bin/kill -s KILL $MAINPID
|
|
Restart=on-failure
|
|
RestartSec=5s
|
|
StartLimitBurst=0
|
|
|
|
[Install]
|
|
WantedBy=ovos.service |