X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=units%2Fsystemd-initctl.service.in;h=c276283908486b49ec6459088063ad8f1875f8c3;hb=8d4798e82138a55336cfb2ec1a661639da5829af;hp=4fce847839c1ba48e118f9d4f5202c8acd50b0ca;hpb=2d02719c2bcf8b5e30228e00eaceae91946c7551;p=thirdparty%2Fsystemd.git diff --git a/units/systemd-initctl.service.in b/units/systemd-initctl.service.in index 4fce847839c..c2762839084 100644 --- a/units/systemd-initctl.service.in +++ b/units/systemd-initctl.service.in @@ -1,6 +1,19 @@ +# SPDX-License-Identifier: LGPL-2.1+ +# +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. + [Unit] -Description=systemd /dev/initctl Compatibility +Description=initctl Compatibility Daemon +Documentation=man:systemd-initctl.service(8) +DefaultDependencies=no [Service] -ExecStart=@pkglibexecdir@/systemd-initctl -Type=simple +ExecStart=@rootlibexecdir@/systemd-initctl +NoNewPrivileges=yes +NotifyAccess=all +SystemCallArchitectures=native