summaryrefslogtreecommitdiff
path: root/data/systemd/parley.service
diff options
context:
space:
mode:
Diffstat (limited to 'data/systemd/parley.service')
-rw-r--r--data/systemd/parley.service16
1 files changed, 16 insertions, 0 deletions
diff --git a/data/systemd/parley.service b/data/systemd/parley.service
new file mode 100644
index 0000000..4178f66
--- /dev/null
+++ b/data/systemd/parley.service
@@ -0,0 +1,16 @@
+[Unit]
+Description=Parley local dictation daemon
+StartLimitIntervalSec=60
+StartLimitBurst=3
+
+[Service]
+Type=dbus
+BusName=org.parley.Transcription1
+ExecStart=/usr/bin/parleyd
+Restart=on-failure
+RestartSec=2
+KillMode=control-group
+TimeoutStopSec=15
+
+[Install]
+WantedBy=default.target