]> git.ipfire.org Git - thirdparty/dracut.git/blame - modules.d/98systemd/dracut-pre-trigger.service
systemd: changes for new initrd services
[thirdparty/dracut.git] / modules.d / 98systemd / dracut-pre-trigger.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-trigger hook
13f77e9f 12Documentation=man:dracut-pre-trigger.service(8)
2c431e8e 13DefaultDependencies=no
b4e20a89 14Before=systemd-udev-trigger.service dracut-initqueue.service
6795dcc4
HH
15After=dracut-pre-udev.service systemd-udevd.service
16Wants=dracut-pre-udev.service systemd-udevd.service
ae2d48a3 17ConditionPathExists=/etc/initrd-release
f251a897
HH
18ConditionDirectoryNotEmpty=|/lib/dracut/hooks/pre-trigger
19ConditionKernelCommandLine=|rd.break=pre-trigger
2c431e8e
HH
20
21[Service]
2c431e8e 22Type=oneshot
792b1893 23ExecStart=-/bin/dracut-pre-trigger
e08710a2
HH
24StandardInput=null
25StandardOutput=syslog
26StandardError=syslog+console
2c431e8e 27KillMode=process
dbfaae0e 28RemainAfterExit=yes
2c431e8e
HH
29
30# Bash ignores SIGTERM, so we send SIGHUP instead, to ensure that bash
31# terminates cleanly.
32KillSignal=SIGHUP