]> git.ipfire.org Git - thirdparty/dracut.git/blame - modules.d/98systemd/dracut-initqueue.service
network: support vlan tagged bonding
[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]
11Description=Dracut initqueue hook
12DefaultDependencies=no
55cb17c6
HH
13After=systemd-udev-trigger.service
14Wants=systemd-udev-trigger.service
2c431e8e
HH
15
16[Service]
17Environment=HOME=/
18WorkingDirectory=/
19ExecStart=-/bin/dracut-initqueue
20Type=simple
e08710a2
HH
21StandardInput=null
22StandardOutput=syslog
23StandardError=syslog+console
2c431e8e
HH
24KillMode=process
25
26# Bash ignores SIGTERM, so we send SIGHUP instead, to ensure that bash
27# terminates cleanly.
28KillSignal=SIGHUP