mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-28 15:52:26 -05:00
[docs] Remove filesystem logging directives from example systemd unit config (#1206)
* 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>
This commit is contained in:
parent
611df7b22d
commit
f9e5ec99bd
2 changed files with 15 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue