]> git.ipfire.org Git - thirdparty/dracut.git/blame - modules.d/98systemd/dracut-pre-pivot.service
systemd: changes for new initrd services
[thirdparty/dracut.git] / modules.d / 98systemd / dracut-pre-pivot.service
CommitLineData
2c431e8e
HH
1# This file is part of systemd.
2#
3# systemd is free software; you can redistribute it and/or modify it
4# under the terms of the GNU Lesser General Public License as published by
5# the Free Software Foundation; either version 2.1 of the License, or
6# (at your option) any later version.
7
8# See systemd.special(7) for details
9
10[Unit]
600c8769 11Description=dracut pre-pivot and cleanup hook
13f77e9f 12Documentation=man:dracut-pre-pivot.service(8)
2c431e8e 13DefaultDependencies=no
dbfaae0e
HH
14After=dracut-mount.service dracut-initqueue.service initrd-parse-etc.service local-fs.target
15Wants=local-fs.target
16Before=initrd-cleanup.service
ae2d48a3 17ConditionPathExists=/etc/initrd-release
dbfaae0e
HH
18ConditionDirectoryNotEmpty=|/lib/dracut/hooks/pre-pivot
19ConditionKernelCommandLine=|rd.break=pre-pivot
2c431e8e
HH
20
21[Service]
2c431e8e 22Type=oneshot
792b1893 23ExecStart=-/bin/dracut-pre-pivot
e08710a2
HH
24StandardInput=null
25StandardOutput=syslog
26StandardError=syslog+console
2c431e8e
HH
27KillMode=process
28
29# Bash ignores SIGTERM, so we send SIGHUP instead, to ensure that bash
30# terminates cleanly.
31KillSignal=SIGHUP