Add a shortcut to (re)start yubioath-desktop
джерело
627ee855a7
коміт
0c915f4d17
@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
RUNNING=$(pgrep yubioath-deskto)
|
||||
|
||||
if [ "$RUNNING" ]; then
|
||||
kill $RUNNING
|
||||
sudo systemctl stop pcscd.socket
|
||||
sudo systemctl restart pcscd.service
|
||||
sudo systemctl start pcscd.socket
|
||||
fi
|
||||
|
||||
QT_QPA_PLATFORMTHEME=qt5ct QT_QPA_PLATFORM=wayland QT_PLUGIN_PATH=/usr/lib/qt/plugins /usr/bin/yubioath-desktop &
|
Завантаження…
Посилання в новій задачі