diff options
author | 2022-11-12 11:51:55 +0000 | |
---|---|---|
committer | 2022-11-12 12:51:55 +0100 | |
commit | f7cde0dfa765da32b8e78a6a428731d10c766e39 (patch) | |
tree | 8c2a0d6887c9aa38247331554438c3d4055133bd /example | |
parent | [chore] Fixes + updates in emoji dereferencing logic (#1022) (diff) | |
download | gotosocial-f7cde0dfa765da32b8e78a6a428731d10c766e39.tar.xz |
[documentation] Change default log path (#1030)
Diffstat (limited to 'example')
-rw-r--r-- | example/gotosocial.service | 2 |
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 |