mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-11-02 03:12:10 +01:00
10 lines
115 B
SYSTEMD
10 lines
115 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=1hour webcam-timer
|
||
|
|
|
||
|
|
[Timer]
|
||
|
|
OnCalendar=*:0
|
||
|
|
Unit=webcam.target
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=webcam.target
|