14 lines
271 B
Desktop File
14 lines
271 B
Desktop File
[Unit]
|
|
Description=Real-time Speech Recognition Service
|
|
After=sound.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/home/stt
|
|
ExecStart=/home/stt/.local/bin/stt --exec /home/stt/.local/bin/pos
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
User=stt
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|