mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03: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
|
Before=shutdown.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Environment=LISTEN_FDNAMES=varlink
|
|
||||||
ExecStart=bootctl
|
ExecStart=bootctl
|
||||||
|
@ -15,5 +15,4 @@ Conflicts=shutdown.target initrd-switch-root.target
|
|||||||
Before=shutdown.target initrd-switch-root.target
|
Before=shutdown.target initrd-switch-root.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Environment=LISTEN_FDNAMES=varlink
|
|
||||||
ExecStart=-systemd-creds
|
ExecStart=-systemd-creds
|
||||||
|
@ -16,5 +16,4 @@ Conflicts=shutdown.target initrd-switch-root.target
|
|||||||
Before=shutdown.target initrd-switch-root.target
|
Before=shutdown.target initrd-switch-root.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Environment=LISTEN_FDNAMES=varlink
|
|
||||||
ExecStart=-{{LIBEXECDIR}}/systemd-pcrextend
|
ExecStart=-{{LIBEXECDIR}}/systemd-pcrextend
|
||||||
|
@ -17,5 +17,4 @@ Before=sysinit.target shutdown.target
|
|||||||
After=systemd-remount-fs.service var.mount
|
After=systemd-remount-fs.service var.mount
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Environment=LISTEN_FDNAMES=varlink
|
|
||||||
ExecStart={{LIBEXECDIR}}/systemd-pcrlock --location=770
|
ExecStart={{LIBEXECDIR}}/systemd-pcrlock --location=770
|
||||||
|
@ -16,5 +16,4 @@ Conflicts=shutdown.target initrd-switch-root.target
|
|||||||
Before=shutdown.target initrd-switch-root.target
|
Before=shutdown.target initrd-switch-root.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Environment=LISTEN_FDNAMES=varlink
|
|
||||||
ExecStart=-systemd-sysext
|
ExecStart=-systemd-sysext
|
||||||
|
Loading…
Reference in New Issue
Block a user