summaryrefslogtreecommitdiff
path: root/lindy/old/systemd/dino-background.service
diff options
context:
space:
mode:
Diffstat (limited to 'lindy/old/systemd/dino-background.service')
-rw-r--r--lindy/old/systemd/dino-background.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/lindy/old/systemd/dino-background.service b/lindy/old/systemd/dino-background.service
new file mode 100644
index 0000000..2ccd4c3
--- /dev/null
+++ b/lindy/old/systemd/dino-background.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=Run Dino chat client in background
+After=network.target
+
+[Service]
+ExecStart=dino --gapplication-service
+
+# Restart every >2 seconds to avoid StartLimitInterval failure
+RestartSec=5
+Restart=always
+
+[Install]
+WantedBy=default.target
+