mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-15 05:08:50 +01:00
add the timer
This commit is contained in:
parent
2c4f30a813
commit
1fae26c530
1 changed files with 10 additions and 0 deletions
10
backend-services/services/yt-block-protect.timer
Normal file
10
backend-services/services/yt-block-protect.timer
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Make yt anti-block Run every Minute
|
||||||
|
|
||||||
|
[Timer]
|
||||||
|
OnUnitActiveSec=1min
|
||||||
|
Unit=yt-block-protect.service
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=timers.target
|
||||||
|
|
Loading…
Reference in a new issue