cdotfis/dotfiles/other/etc/systemd/system/disable-wifi.service

12 lines
173 B
Desktop File

[Unit]
Description=Disable WiFi with rfkill
[Service]
Type=oneshot
ExecStart=/usr/bin/rfkill block wifi
ExecStop=
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target