From 1b05b49e04868d92ebb8e54ee3b63c1dfff42e42 Mon Sep 17 00:00:00 2001 From: notohh Date: Sat, 16 Sep 2023 18:55:01 -0400 Subject: [PATCH] rustypaste: remove syslog output --- hosts/sakura/services/rustypaste.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/sakura/services/rustypaste.nix b/hosts/sakura/services/rustypaste.nix index 8c3cb01..5e47860 100644 --- a/hosts/sakura/services/rustypaste.nix +++ b/hosts/sakura/services/rustypaste.nix @@ -17,7 +17,6 @@ ExecStart = "${pkgs.rustypaste}/bin/rustypaste"; Restart = "always"; RestartSec = 30; - StandardOutput = "syslog"; WorkingDirectory = "/var/lib/rustypaste"; }; };