1 2 3 4 5 6 7 8 9 10 11 12 13 14
[Unit] Description=IPTV Checker Web Service After=network.target [Service] ExecStart=/usr/bin/iptv-checker-rs web --start --port 8089 Restart=always User=root WorkingDirectory=/usr/share/iptv-checker-rs Environment=RUST_LOG=info TimeoutStopSec=3s [Install] WantedBy=multi-user.target