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

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

[Install]
WantedBy=default.target