mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02: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
|