[documentation] Change default log path (#1030)

This commit is contained in:
Rob Sargant 2022-11-12 11:51:55 +00:00 committed by GitHub
parent 6fb47651c8
commit f7cde0dfa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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