cron/webcam*: added systemd-files & made script more readable

This commit is contained in:
Felix Buehler 2017-04-17 14:50:26 +02:00
parent e3363f1f4c
commit 71298adbeb
4 changed files with 25 additions and 7 deletions

4
cron/webcam-install.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
cp webcam.service webcam.timer ~/.config/systemd/user/
systemctl enable webcam.timer --user