systemd-sysctl.service.in revision 9393a8774c1acd60deea40007061b9ffc783bf7e
2N/A# This file is part of systemd.
2N/A#
2N/A# systemd is free software; you can redistribute it and/or modify it
2N/A# under the terms of the GNU Lesser General Public License as published by
2N/A# the Free Software Foundation; either version 2.1 of the License, or
2N/A# (at your option) any later version.
2N/A
2N/A[Unit]
2N/ADescription=Apply Kernel Variables
2N/ADocumentation=man:systemd-sysctl.service(8) man:sysctl.d(5)
2N/ADefaultDependencies=no
2N/AConflicts=shutdown.target
2N/AAfter=systemd-readahead-collect.service systemd-readahead-replay.service
2N/ABefore=sysinit.target shutdown.target
2N/AConditionPathIsReadWrite=/proc/sys/
2N/AConditionPathExists=|/etc/sysctl.conf
2N/AConditionDirectoryNotEmpty=|/lib/sysctl.d
2N/AConditionDirectoryNotEmpty=|/usr/lib/sysctl.d
2N/AConditionDirectoryNotEmpty=|/usr/local/lib/sysctl.d
2N/AConditionDirectoryNotEmpty=|/etc/sysctl.d
2N/AConditionDirectoryNotEmpty=|/run/sysctl.d
2N/A
2N/A[Service]
2N/AType=oneshot
2N/ARemainAfterExit=yes
2N/AExecStart=@rootlibexecdir@/systemd-sysctl
2N/A