mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 11:04:41 +02:00
4 lines
118 B
Bash
Executable file
4 lines
118 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cp borg-notify.service borg-notify.timer ~/.config/systemd/user/
|
|
systemctl enable borg-notify.timer --user
|