diff options
Diffstat (limited to 'example/gotosocial.service')
-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 |