]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - units/systemd-initctl.socket
journal: losen restrictions on journal file suffix (#8013)
[thirdparty/systemd.git] / units / systemd-initctl.socket
index b98d5ca6e9894290615d6ef54513f9778aaac320..61f877ba7d260e9e3560e46b57691a3d28831fb6 100644 (file)
@@ -1,3 +1,5 @@
+#  SPDX-License-Identifier: LGPL-2.1+
+#
 #  This file is part of systemd.
 #
 #  systemd is free software; you can redistribute it and/or modify it
@@ -12,5 +14,6 @@ DefaultDependencies=no
 Before=sockets.target
 
 [Socket]
-ListenFIFO=/dev/initctl
+ListenFIFO=/run/systemd/initctl/fifo
+Symlinks=/dev/initctl
 SocketMode=0600