mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 20:39:26 +00:00
16 lines
300 B
Desktop File
16 lines
300 B
Desktop File
[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 |