mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-15 06:28:43 +01:00
10 lines
150 B
SYSTEMD
10 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
|
|
|