mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 02:03:37 +08:00
units: don't set LISTEN_FDNAMES for varlink services explicitly
Now that FileDescriptorName= is properly honored by Accept=yes sockets, this explicit override is pointless.
This commit is contained in:
parent
daa78907af
commit
e7c8d78e7f
@ -16,5 +16,4 @@ After=local-fs.target
|
||||
Before=shutdown.target
|
||||
|
||||
[Service]
|
||||
Environment=LISTEN_FDNAMES=varlink
|
||||
ExecStart=bootctl
|
||||
|
@ -15,5 +15,4 @@ Conflicts=shutdown.target initrd-switch-root.target
|
||||
Before=shutdown.target initrd-switch-root.target
|
||||
|
||||
[Service]
|
||||
Environment=LISTEN_FDNAMES=varlink
|
||||
ExecStart=-systemd-creds
|
||||
|
@ -16,5 +16,4 @@ Conflicts=shutdown.target initrd-switch-root.target
|
||||
Before=shutdown.target initrd-switch-root.target
|
||||
|
||||
[Service]
|
||||
Environment=LISTEN_FDNAMES=varlink
|
||||
ExecStart=-{{LIBEXECDIR}}/systemd-pcrextend
|
||||
|
@ -17,5 +17,4 @@ Before=sysinit.target shutdown.target
|
||||
After=systemd-remount-fs.service var.mount
|
||||
|
||||
[Service]
|
||||
Environment=LISTEN_FDNAMES=varlink
|
||||
ExecStart={{LIBEXECDIR}}/systemd-pcrlock --location=770
|
||||
|
@ -16,5 +16,4 @@ Conflicts=shutdown.target initrd-switch-root.target
|
||||
Before=shutdown.target initrd-switch-root.target
|
||||
|
||||
[Service]
|
||||
Environment=LISTEN_FDNAMES=varlink
|
||||
ExecStart=-systemd-sysext
|
||||
|
Loading…
Reference in New Issue
Block a user