mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-01 07:28:33 +02:00
init
This commit is contained in:
16
playbooks/files/services/rhasspy.service
Normal file
16
playbooks/files/services/rhasspy.service
Normal file
@ -0,0 +1,16 @@
|
||||
[Unit]
|
||||
Description=Rhasspy Autostart
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=jd
|
||||
WorkingDirectory=/home/jd
|
||||
ExecStart=/bin/bash -lc '/usr/bin/rhasspy --profile en 2>&1 | cat'
|
||||
StandardOutput=inherit
|
||||
StandardError=inherit
|
||||
Restart=always
|
||||
RestartSec=20
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user