From f9e5ec99bd29018088232417e634fc1731d1cb08 Mon Sep 17 00:00:00 2001 From: f0x52 Date: Mon, 5 Dec 2022 11:10:13 +0100 Subject: [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 --- example/gotosocial.service | 4 ---- 1 file changed, 4 deletions(-) (limited to 'example') 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 -- cgit v1.2.3