2020-11-09 12:23:58 +08:00
|
|
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
2017-11-19 00:35:03 +08:00
|
|
|
#
|
2010-05-17 02:49:41 +08:00
|
|
|
# This file is part of systemd.
|
|
|
|
#
|
|
|
|
# systemd is free software; you can redistribute it and/or modify it
|
2012-04-12 06:20:58 +08:00
|
|
|
# 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
|
2010-05-17 02:49:41 +08:00
|
|
|
# (at your option) any later version.
|
|
|
|
|
2010-04-16 05:20:17 +08:00
|
|
|
[Unit]
|
2018-03-30 23:00:17 +08:00
|
|
|
Description=initctl Compatibility Daemon
|
2012-06-26 06:15:59 +08:00
|
|
|
Documentation=man:systemd-initctl.service(8)
|
2010-07-04 01:53:37 +08:00
|
|
|
DefaultDependencies=no
|
2010-04-13 11:18:12 +08:00
|
|
|
|
|
|
|
[Service]
|
2023-06-12 09:15:19 +08:00
|
|
|
ExecStart={{LIBEXECDIR}}/systemd-initctl
|
2018-11-13 00:19:48 +08:00
|
|
|
NoNewPrivileges=yes
|
|
|
|
NotifyAccess=all
|
2017-02-09 05:32:37 +08:00
|
|
|
SystemCallArchitectures=native
|