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