1
0
forked from pool/util-linux

Accepting request 563829 from home:sbrabec:branches:util-linux-1074250

Exactly like rq#561705, but path to rfkill is fixed in rfkill-*.service.

- Integrate rfkill-block@.service and rfkill-unblock@.service from
  rfkill package (boo#1074250#c4).
- Remove unneeded release based conflicts and obsolescences
  (boo#1074250#c18).
- Remove sysvinit requirement.

OBS-URL: https://build.opensuse.org/request/show/563829
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=357
This commit is contained in:
2018-01-16 09:29:10 +00:00
committed by Git OBS Bridge
parent f0504c09e9
commit e5ed31cfb5
8 changed files with 95 additions and 75 deletions

10
rfkill-block@.service Normal file
View File

@@ -0,0 +1,10 @@
[Unit]
Description=RFKill-Block %I
After=rfkill-unblock@all.service
[Service]
Type=oneshot
ExecStart=/usr/bin/rfkill block %I
[Install]
WantedBy=multi-user.target