summaryrefslogtreecommitdiff
path: root/lindy/systemd/dino-background.service
diff options
context:
space:
mode:
Diffstat (limited to 'lindy/systemd/dino-background.service')
-rw-r--r--lindy/systemd/dino-background.service14
1 files changed, 0 insertions, 14 deletions
diff --git a/lindy/systemd/dino-background.service b/lindy/systemd/dino-background.service
deleted file mode 100644
index 2ccd4c3..0000000
--- a/lindy/systemd/dino-background.service
+++ /dev/null
@@ -1,14 +0,0 @@
-[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
-