Skip to content

Commit aeaa802

Browse files
C0rn3jsimo5
authored andcommitted
Remove syslog.target from service file
This target hasn't existed for over a decade https://github.com/systemd/systemd/blob/6aa8d43ade72e24c9426e604f7fc4b7582b9db7c/NEWS#L72-L73
1 parent 8d3cc9c commit aeaa802

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

systemd/gssproxy.service.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[Unit]
22
Description=GSSAPI Proxy Daemon
3-
# GSSPROXY will not be started until syslog is
4-
After=syslog.target network.target
3+
After=network.target
54
Before=rpc-gssd.service
65

76
[Service]

0 commit comments

Comments
 (0)