mirror of
https://codeberg.org/hyperreal/admin-scripts
synced 2024-11-02 08:23:06 +01:00
12 lines
231 B
SYSTEMD
12 lines
231 B
SYSTEMD
|
[Unit]
|
||
|
Description=Run seed-armbian-torrents.nu
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=nu /home/jas/homelab-scripts/seed-armbian-torrents.nu
|
||
|
SyslogIdentifier=seed-armbian-torrents
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|