diff options
author | Daniel Mack <github@zonque.org> | 2015-10-01 16:35:43 +0200 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2015-10-01 16:35:43 +0200 |
commit | e46831f0f1e2ef0a6cd333b639af1327745ccb5b (patch) | |
tree | b7178058d4d278763c4c294b0c87a7674404e3f0 /units/systemd-rfkill.socket | |
parent | 8f4cc914724c77cc75d9ffc31e339012be6d2dc1 (diff) | |
parent | 91d0d699121f9cf29e3ba45380ce503b8ea505fe (diff) |
Merge pull request #1438 from poettering/rfkill-rework
An rfkill rework among other things
Diffstat (limited to 'units/systemd-rfkill.socket')
-rw-r--r-- | units/systemd-rfkill.socket | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/units/systemd-rfkill.socket b/units/systemd-rfkill.socket new file mode 100644 index 0000000000..20ae2f8adb --- /dev/null +++ b/units/systemd-rfkill.socket @@ -0,0 +1,19 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. + +[Unit] +Description=Load/Save RF Kill Switch Status /dev/rfkill Watch +Documentation=man:systemd-rfkill.socket(8) +DefaultDependencies=no +BindsTo=sys-devices-virtual-misc-rfkill.device +After=sys-devices-virtual-misc-rfkill.device +Conflicts=shutdown.target +Before=shutdown.target + +[Socket] +ListenSpecial=/dev/rfkill +Writable=yes |