diff options
author | 2022-12-05 11:10:13 +0100 | |
---|---|---|
committer | 2022-12-05 11:10:13 +0100 | |
commit | f9e5ec99bd29018088232417e634fc1731d1cb08 (patch) | |
tree | 4785f2641fe5d30bcbfd4a8965f5ab50f205a9a9 /example | |
parent | [bugfix]: Prevent extension of S3 presigned url TTL (#1208) (diff) | |
download | gotosocial-f9e5ec99bd29018088232417e634fc1731d1cb08.tar.xz |
[docs] Remove filesystem logging directives from example systemd unit config (#1206)v0.6.0
* remove filesystem logging directives from example systemd unit config
* [docs] Update docs to reflect new systemd config
Co-authored-by: tsmethurst <tobi.smethurst@protonmail.com>
Diffstat (limited to 'example')
-rw-r--r-- | example/gotosocial.service | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/example/gotosocial.service b/example/gotosocial.service index d3da72a84..37a66c66e 100644 --- a/example/gotosocial.service +++ b/example/gotosocial.service @@ -17,10 +17,6 @@ Restart=on-failure ExecStart=/gotosocial/gotosocial --config-path config.yaml server start WorkingDirectory=/gotosocial -StandardOutput=append:/var/log/gotosocial/access.log -StandardError=append:/var/log/gotosocial/error.log - - # Sandboxing options to harden security # Details for these options: https://www.freedesktop.org/software/systemd/man/systemd.exec.html NoNewPrivileges=yes |