admin-scripts/systemd-user/torrentstats-html.service

12 lines
219 B
SYSTEMD
Raw Normal View History

2024-04-03 05:06:54 +02:00
[Unit]
Description=Run torrentstats-html.nu
After=network.target
[Service]
Type=oneshot
ExecStart=nu /home/jas/homelab-scripts/torrentstats-html.nu
SyslogIdentifier=torrentstats-html
[Install]
WantedBy=default.target