diff options
Diffstat (limited to 'example')
-rw-r--r-- | example/gotosocial.service | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example/gotosocial.service b/example/gotosocial.service index 297251476..d3da72a84 100644 --- a/example/gotosocial.service +++ b/example/gotosocial.service @@ -17,8 +17,8 @@ Restart=on-failure ExecStart=/gotosocial/gotosocial --config-path config.yaml server start WorkingDirectory=/gotosocial -StandardOutput=append:/var/log/gotosocial.log -StandardError=inherit +StandardOutput=append:/var/log/gotosocial/access.log +StandardError=append:/var/log/gotosocial/error.log # Sandboxing options to harden security |