forked from pool/util-linux
Dirk Mueller
e5ed31cfb5
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
11 lines
165 B
Desktop File
11 lines
165 B
Desktop File
[Unit]
|
|
Description=RFKill-Block %I
|
|
After=rfkill-unblock@all.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/rfkill block %I
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|