1
0
Fork 0
dotfiles/run_once_systemd-user.sh

7 lines
149 B
Bash
Raw Normal View History

2022-11-25 20:15:34 +00:00
#!/bin/bash
set -e
exec 2> >(while read line; do echo -e "\e[01;31m$line\e[0m"; done)
systemctl --user enable --now yubikey-touch-detector.service