From: Christian Heller Date: Wed, 1 Oct 2025 08:03:30 +0000 (+0200) Subject: Fix. X-Git-Url: https://plomlompom.com/repos/%7B%7Bdb.prefix%7D%7D/task?a=commitdiff_plain;h=cefff4b318b451fe9bf1a285712d383afad7fab2;p=config Fix. --- 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