mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
5 lines
118 B
Bash
5 lines
118 B
Bash
![]() |
#!/bin/sh
|
||
|
|
||
|
cp borg-notify.service borg-notify.timer ~/.config/systemd/user/
|
||
|
systemctl enable borg-notify.timer --user
|