]> git.ipfire.org Git - thirdparty/dracut.git/blame - modules.d/98systemd/dracut-initqueue.service
systemd: changes for new initrd services
[thirdparty/dracut.git] / modules.d / 98systemd / dracut-initqueue.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 initqueue hook
13f77e9f 12Documentation=man:dracut-initqueue.service(8)
2c431e8e 13DefaultDependencies=no
b4e20a89
HH
14After=systemd-udev-trigger.service
15Wants=systemd-udev-trigger.service
ae2d48a3 16ConditionPathExists=/etc/initrd-release
dbfaae0e
HH
17ConditionPathExists=|/lib/dracut/need-initqueue
18ConditionPathExistsGlob=|/lib/dracut/hooks/initqueue/*.sh
19ConditionKernelCommandLine=|rd.break=pre-mount
2c431e8e
HH
20
21[Service]
792b1893 22Type=oneshot
2c431e8e 23ExecStart=-/bin/dracut-initqueue
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