From 8ed0ff1bf08f51305a80637d6f7931ee3d2bd52b Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sun, 5 Oct 2025 03:44:24 +0200 Subject: [PATCH] Fix. --- trixie/copy/ircplom/etc/systemd/system/ircplom.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trixie/copy/ircplom/etc/systemd/system/ircplom.service b/trixie/copy/ircplom/etc/systemd/system/ircplom.service index af5c5c3..da0f67a 100644 --- a/trixie/copy/ircplom/etc/systemd/system/ircplom.service +++ b/trixie/copy/ircplom/etc/systemd/system/ircplom.service @@ -9,7 +9,7 @@ WorkingDirectory=/home/plom # once per second check if dtach file still exists, only declare run over (and thereby re-start possible) once it doesn't ExecStart=/bin/sh -lc "dtach -n /tmp/dtach_ircplom ircplom && while true; do sleep 1; test ! -e /tmp/dtach_ircplom && break; done" ExecStop=/bin/sh -lc "rm -f /tmp/dtach_ircplom" -Environment=TERM=linux +Environment=TERM=screen-256color Restart=on-success # leave enough time for manual intervention if need be RestartSec=10 -- 2.30.2