mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2024-11-10 06:54:16 +00:00
[documentation] Change default log path (#1030)
This commit is contained in:
parent
6fb47651c8
commit
f7cde0dfa7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue