From 7416dcb1d00c996fd97e66131ea4be0b6854611e Mon Sep 17 00:00:00 2001 From: John Norwood Date: Wed, 27 Oct 2021 03:37:56 +0000 Subject: [PATCH] fix: adds runtime directory for socket --- debian/stupidchess-uwsgi.service | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/stupidchess-uwsgi.service b/debian/stupidchess-uwsgi.service index ac5f99f..f9ef3b4 100644 --- a/debian/stupidchess-uwsgi.service +++ b/debian/stupidchess-uwsgi.service @@ -13,6 +13,7 @@ NotifyAccess=all Environment=JCONFIGURE_ACTIVE_PROFILES=RPI Environment=JCONFIGURE_CONFIG_DIRECTORIES=/etc/stupidchess/config Environment=SECRETS_VOLUME_PATH=/opt/secrets/stupidchess +RuntimeDirectory=stupidchess User=stupidchess [Install]