admin-scripts/systemd-user/seed-armbian-torrents.service

12 lines
231 B
SYSTEMD
Raw Normal View History

2024-04-03 05:06:54 +02:00
[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