From 4e5559bb85248a23a95d856b6310f34295994d7c Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Wed, 28 Dec 2022 08:51:55 +0100 Subject: [PATCH] fixed service Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. --- DEBIAN/postinst | 1 - 1 file changed, 1 deletion(-) diff --git a/DEBIAN/postinst b/DEBIAN/postinst index 6376347..307ee2f 100644 --- a/DEBIAN/postinst +++ b/DEBIAN/postinst @@ -28,7 +28,6 @@ ExecStart=uvicorn main:app \\ Restart=always KillSignal=SIGQUIT Type=simple -StandardError=syslog NotifyAccess=all [Install]