summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorLibravatar Rob Sargant <robert@sargant.com>2022-11-12 11:51:55 +0000
committerLibravatar GitHub <noreply@github.com>2022-11-12 12:51:55 +0100
commitf7cde0dfa765da32b8e78a6a428731d10c766e39 (patch)
tree8c2a0d6887c9aa38247331554438c3d4055133bd /example
parent[chore] Fixes + updates in emoji dereferencing logic (#1022) (diff)
downloadgotosocial-f7cde0dfa765da32b8e78a6a428731d10c766e39.tar.xz
[documentation] Change default log path (#1030)
Diffstat (limited to 'example')
-rw-r--r--example/gotosocial.service2
1 files changed, 1 insertions, 1 deletions
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