Skip to content

Commit

Permalink
[documentation] Change default log path (#1030)
Browse files Browse the repository at this point in the history
  • Loading branch information
sargant committed Nov 12, 2022
1 parent 6fb4765 commit f7cde0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/gotosocial.service
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit f7cde0d

Please sign in to comment.