summarylogtreecommitdiffstats
path: root/speak.service
blob: da628e850c662732b121e3c6eb75d37b13fba39d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=TTS Services
StartLimitBurst=1
StartLimitIntervalSec=0
After=network.target

[Service]
ExecStart=/usr/bin/python -m say.TTS.as_service
Restart=always
RestartSec=1

[Install]
WantedBy=default.target