admin-scripts/systemd-user/torrentstats-html.service
2024-04-02 22:06:54 -05:00

12 lines
219 B
Desktop File

[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