mirror of
https://git.proxmox.com/git/systemd
synced 2026-08-09 05:37:15 +00:00
units: make sure systemd sockets are installed before sockets.target
This commit is contained in:
parent
b410e6b951
commit
8ffc5c2f48
@ -10,6 +10,7 @@
|
||||
[Unit]
|
||||
Description=systemd /dev/initctl Compatibility Socket
|
||||
After=sysinit.target
|
||||
Before=sockets.target
|
||||
|
||||
[Socket]
|
||||
ListenFIFO=/dev/initctl
|
||||
|
||||
@ -10,6 +10,7 @@
|
||||
[Unit]
|
||||
Description=systemd Logging Socket
|
||||
After=sysinit.target
|
||||
Before=sockets.target
|
||||
|
||||
[Socket]
|
||||
ListenStream=@/org/freedesktop/systemd1/logger
|
||||
|
||||
Loading…
Reference in New Issue
Block a user