diff options
Diffstat (limited to 'old/lindy/systemd/dino-background.service')
-rw-r--r-- | old/lindy/systemd/dino-background.service | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/old/lindy/systemd/dino-background.service b/old/lindy/systemd/dino-background.service new file mode 100644 index 0000000..2ccd4c3 --- /dev/null +++ b/old/lindy/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 + |