mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-15 05:28:43 +01:00
11 lines
150 B
SYSTEMD
11 lines
150 B
SYSTEMD
|
[Unit]
|
||
|
Description=Make yt anti-block Run every Minute
|
||
|
|
||
|
[Timer]
|
||
|
OnUnitActiveSec=1min
|
||
|
Unit=yt-block-protect.service
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|
||
|
|