summarylogtreecommitdiffstats
path: root/iptv-checker-rs.service
blob: 2ac410175d9bbb2ae56ff8f29f1947377c302f1b (plain)
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