mirror of
https://codeberg.org/hyperreal/admin-scripts
synced 2024-11-02 08:23:06 +01:00
10 lines
153 B
SYSTEMD
10 lines
153 B
SYSTEMD
|
[Unit]
|
||
|
Description=Add trackers to Transmission torrents every 30 minutes
|
||
|
|
||
|
[Timer]
|
||
|
OnBootSec=30s
|
||
|
OnUnitActiveSec=30min
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|