dotfiles/systemd/webcam-install.sh

5 lines
103 B
Bash
Raw Normal View History

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