From: xf0r3m Date: Sun, 11 May 2025 13:38:51 +0000 (+0200) Subject: Poprawienie działania immudex-updates cz.1 X-Git-Url: https://gitweb.morketsmerke.org/?a=commitdiff_plain;h=5a5b67303f9b9e063870c4729dbe6ac8dd0fcc36;p=e5270.git Poprawienie działania immudex-updates cz.1 --- 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