diff options
Diffstat (limited to 'lindy/systemd')
-rw-r--r-- | lindy/systemd/alps-inria.service | 15 | ||||
-rw-r--r-- | lindy/systemd/dino-background.service | 14 | ||||
-rw-r--r-- | lindy/systemd/rclone-mount@.service | 15 | ||||
-rw-r--r-- | lindy/systemd/scream-client.service | 16 | ||||
-rw-r--r-- | lindy/systemd/secure-tunnel@.service | 16 |
5 files changed, 0 insertions, 76 deletions
diff --git a/lindy/systemd/alps-inria.service b/lindy/systemd/alps-inria.service deleted file mode 100644 index c338b4f..0000000 --- a/lindy/systemd/alps-inria.service +++ /dev/null @@ -1,15 +0,0 @@ -[Unit] -Description=Alps mail server for zimbra.inria.fr -After=network.target - -[Service] -WorkingDirectory=/home/lx/Deuxfleurs/alps -ExecStart=/usr/bin/go run ./cmd/alps -theme alps imaps://zimbra.inria.fr:993 smtp://smtp.inria.fr:587 - -# Restart every >2 seconds to avoid StartLimitInterval failure -RestartSec=5 -Restart=always - -[Install] -WantedBy=default.target - 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 - diff --git a/lindy/systemd/rclone-mount@.service b/lindy/systemd/rclone-mount@.service deleted file mode 100644 index 2f5a454..0000000 --- a/lindy/systemd/rclone-mount@.service +++ /dev/null @@ -1,15 +0,0 @@ -[Unit] -Description=Mount a directory using rclone -After=network.target - -[Service] -ExecStartPre=sh -c "fusermount -u /home/lx.nobackup/mnt/%i || exit 0" -ExecStart=/usr/bin/rclone mount --vfs-cache-mode minimal --cache-dir /home/lx/.cache/rclone/%i %i: /home/lx.nobackup/mnt/%i - -# Restart every >2 seconds to avoid StartLimitInterval failure -RestartSec=10 -Restart=always - -[Install] -WantedBy=default.target - diff --git a/lindy/systemd/scream-client.service b/lindy/systemd/scream-client.service deleted file mode 100644 index 164cf6b..0000000 --- a/lindy/systemd/scream-client.service +++ /dev/null @@ -1,16 +0,0 @@ -[Unit] -Description=Stream audio from Scream -After=network.target - -[Service] -ExecStart=scream -o pulse -i virbr0 -LimitNICE=-11 -Nice=-11 - -# Restart every >2 seconds to avoid StartLimitInterval failure -RestartSec=5 -Restart=always - -[Install] -WantedBy=default.target - diff --git a/lindy/systemd/secure-tunnel@.service b/lindy/systemd/secure-tunnel@.service deleted file mode 100644 index 5054dd2..0000000 --- a/lindy/systemd/secure-tunnel@.service +++ /dev/null @@ -1,16 +0,0 @@ -[Unit] -Description=Setup a secure tunnel to %I -After=network.target - -[Service] -Environment="TARGET_PORT=22" -EnvironmentFile=/home/lx/.config/secure-tunnel/%i.conf -ExecStart=/usr/bin/ssh -NT -o ServerAliveInterval=60 -o ExitOnForwardFailure=yes -p ${TARGET_PORT} ${TUNNEL_DEF} ${TARGET} - -# Restart every >2 seconds to avoid StartLimitInterval failure -RestartSec=5 -Restart=always - -[Install] -WantedBy=default.target - |