dotfiles/systemd/borg-notify-install.sh

5 lines
118 B
Bash
Raw Normal View History

#!/bin/sh
cp borg-notify.service borg-notify.timer ~/.config/systemd/user/
systemctl enable borg-notify.timer --user