dotfiles/systemd/webcam-install.sh
2018-12-11 23:23:04 +01:00

4 lines
103 B
Bash
Executable file

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