|
Harald Hoyer |
460d2c |
From 38ba90bf88b38228e128c65be40a2da287c0b1ed Mon Sep 17 00:00:00 2001
|
|
Harald Hoyer |
460d2c |
From: =?UTF-8?q?J=C3=B3hann=20B=2E=20Gu=C3=B0mundsson?= <johannbg@gmail.com>
|
|
Harald Hoyer |
460d2c |
Date: Wed, 15 Jul 2020 14:29:34 +0000
|
|
Harald Hoyer |
460d2c |
Subject: [PATCH] As of v246 of systemd "syslog" and "syslog-console" switches
|
|
Harald Hoyer |
460d2c |
have been deprecated
|
|
Harald Hoyer |
460d2c |
|
|
Harald Hoyer |
460d2c |
---
|
|
Harald Hoyer |
460d2c |
modules.d/99squash/squash-mnt-clear.service | 4 ++--
|
|
Harald Hoyer |
460d2c |
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
Harald Hoyer |
460d2c |
|
|
Harald Hoyer |
460d2c |
diff --git a/modules.d/99squash/squash-mnt-clear.service b/modules.d/99squash/squash-mnt-clear.service
|
|
Harald Hoyer |
460d2c |
index 84441f60..9d94c524 100644
|
|
Harald Hoyer |
460d2c |
--- a/modules.d/99squash/squash-mnt-clear.service
|
|
Harald Hoyer |
460d2c |
+++ b/modules.d/99squash/squash-mnt-clear.service
|
|
Harald Hoyer |
460d2c |
@@ -12,6 +12,6 @@ ConditionPathExists=/squash/root
|
|
Harald Hoyer |
460d2c |
Type=oneshot
|
|
Harald Hoyer |
460d2c |
RemainAfterExit=no
|
|
Harald Hoyer |
460d2c |
StandardInput=null
|
|
Harald Hoyer |
460d2c |
-StandardOutput=syslog+console
|
|
Harald Hoyer |
460d2c |
-StandardError=syslog+console
|
|
Harald Hoyer |
460d2c |
+StandardOutput=journal+console
|
|
Harald Hoyer |
460d2c |
+StandardError=journal+console
|
|
Harald Hoyer |
460d2c |
ExecStart=/squash/clear-squash.sh
|
|
Harald Hoyer |
460d2c |
|