mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-11-01 10:52:11 +01:00
5 lines
103 B
Bash
5 lines
103 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
cp webcam.service webcam.timer ~/.config/systemd/user/
|
||
|
|
systemctl enable webcam.timer --user
|