rustypaste: remove syslog output
Some checks failed
ci/woodpecker/push/checks Pipeline failed

This commit is contained in:
notohh 2023-09-16 18:55:01 -04:00
parent 4a9f39acd0
commit 1b05b49e04
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -17,7 +17,6 @@
ExecStart = "${pkgs.rustypaste}/bin/rustypaste";
Restart = "always";
RestartSec = 30;
StandardOutput = "syslog";
WorkingDirectory = "/var/lib/rustypaste";
};
};