9 lines
121 B
SYSTEMD
9 lines
121 B
SYSTEMD
[Unit]
|
|
Description=Wait 1m before starting Transmission at boot
|
|
|
|
[Timer]
|
|
OnBootSec=1m
|
|
|
|
[Install]
|
|
WantedBy=default.target
|