commit f7cde0dfa765da32b8e78a6a428731d10c766e39
parent 6fb47651c8dd7b1c73963f6a3a6c7d95f43dc239
Author: Rob Sargant <robert@sargant.com>
Date: Sat, 12 Nov 2022 11:51:55 +0000
[documentation] Change default log path (#1030)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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