forked from pool/util-linux
Stanislav Brabec
9c657ad4d7
- Update to version 2.31.1: * blkid: Add support for LUKS2 and new LABEL attributes. * move rfkill to /usr/sbin (boo#1076134). * fsck.cramfs: Fix bus error on broken file system. * hwclock: add iso-8601 overflow check * libmount: * Allow MNT_FORCE and MNT_DETACH at umount * add nsfs between pseudo filesystems * lscpu: Treat read failure on Xen Hypervisor properties as non-fatal * sha1: endian fixes (affects util_linux_bigendian.patch) * documentation updates * other fixes and improvements - Fix regressions in 2.31.1: * sha1 on s390* (update util_linux_bigendian.patch). * fsck.cramfs on ppc64le (util-linux-cramfs.patch). OBS-URL: https://build.opensuse.org/request/show/570667 OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=361
11 lines
166 B
Desktop File
11 lines
166 B
Desktop File
[Unit]
|
|
Description=RFKill-Block %I
|
|
After=rfkill-unblock@all.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/sbin/rfkill block %I
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|