]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-rfkill.service.in
Merge pull request #1767 from poettering/journald-watchdog
[thirdparty/systemd.git] / units / systemd-rfkill.service.in
CommitLineData
3990f247
LP
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[Unit]
d35c1bb1
LP
9Description=Load/Save RF Kill Switch Status
10Documentation=man:systemd-rfkill.service(8)
3990f247
LP
11DefaultDependencies=no
12RequiresMountsFor=/var/lib/systemd/rfkill
d35c1bb1 13BindsTo=sys-devices-virtual-misc-rfkill.device
3990f247 14Conflicts=shutdown.target
d35c1bb1
LP
15After=sys-devices-virtual-misc-rfkill.device systemd-remount-fs.service
16Before=shutdown.target
3990f247
LP
17
18[Service]
d35c1bb1
LP
19Type=notify
20ExecStart=@rootlibexecdir@/systemd-rfkill
b53374f9 21TimeoutSec=30s