openafsServer: remove dependency on syslog.target (#150294)

syslog.target has been deprecated and removed
This commit is contained in:
spacefrogg 2021-12-11 20:46:23 +01:00 committed by GitHub
parent cf504b2330
commit fe44db8271
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -248,7 +248,7 @@ in {
systemd.services = {
openafs-server = {
description = "OpenAFS server";
after = [ "syslog.target" "network.target" ];
after = [ "network.target" ];
wantedBy = [ "multi-user.target" ];
restartIfChanged = false;
unitConfig.ConditionPathExists = [