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]
|
2010-10-20 23:48:01 +08:00
|
|
|
Description=/dev/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]
|
2010-08-16 21:41:30 +08:00
|
|
|
NotifyAccess=all
|
2017-02-09 05:32:37 +08:00
|
|
|
ExecStart=@rootlibexecdir@/systemd-initctl
|
|
|
|
SystemCallArchitectures=native
|