From cefff4b318b451fe9bf1a285712d383afad7fab2 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Wed, 1 Oct 2025 10:03:30 +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 a2beacb..af5c5c3 100644 --- a/trixie/copy/ircplom/etc/systemd/system/ircplom.service +++ b/trixie/copy/ircplom/etc/systemd/system/ircplom.service @@ -7,7 +7,7 @@ Type=simple User=plom 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 && while true; do sleep 1; test ! -e /tmp/dtach_ircplom && break; done" +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 Restart=on-success -- 2.30.2