From f7cde0dfa765da32b8e78a6a428731d10c766e39 Mon Sep 17 00:00:00 2001 From: Rob Sargant Date: Sat, 12 Nov 2022 11:51:55 +0000 Subject: [PATCH] [documentation] Change default log path (#1030) --- example/gotosocial.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/gotosocial.service b/example/gotosocial.service index 65a18e2c6..297251476 100644 --- a/example/gotosocial.service +++ b/example/gotosocial.service @@ -17,7 +17,7 @@ Restart=on-failure ExecStart=/gotosocial/gotosocial --config-path config.yaml server start WorkingDirectory=/gotosocial -StandardOutput=append:/var/log/gotosocial/gotosocial.log +StandardOutput=append:/var/log/gotosocial.log StandardError=inherit