dotfiles/run_once_systemd-user.sh
2022-11-29 21:20:31 +01:00

6 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