From 5a5b67303f9b9e063870c4729dbe6ac8dd0fcc36 Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Sun, 11 May 2025 15:38:51 +0200 Subject: [PATCH] =?utf8?q?Poprawienie=20dzia=C5=82ania=20immudex-updates?= =?utf8?q?=20cz.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- immudex-updates-wlog | 3 +++ immudex_updates.service | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100755 immudex-updates-wlog diff --git a/immudex-updates-wlog b/immudex-updates-wlog new file mode 100755 index 0000000..8ab6d78 --- /dev/null +++ b/immudex-updates-wlog @@ -0,0 +1,3 @@ +#!/bin/bash + +bash -x /usr/local/sbin/immudex-updates > /tmp/immudex-updates.log 2>&1; diff --git a/immudex_updates.service b/immudex_updates.service index 84083a6..2cb4c7e 100644 --- a/immudex_updates.service +++ b/immudex_updates.service @@ -5,7 +5,7 @@ Wants=network-online.target Before=display-manager.service [Service] Type=OneShot -ExecStart=/usr/local/sbin/immudex-updates +ExecStart=/usr/local/sbin/immudex-updates-wlog RemainAfterExit=yes [Install] WantedBy=multi-user.target -- 2.39.5