1
0
Fork 0
dotfiles/run_once_systemd-user.sh

7 lines
149 B
Bash

#!/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