14 lines
286 B
Desktop File
14 lines
286 B
Desktop File
[Unit]
|
|
Description=iptv service
|
|
Documention=
|
|
After=mariadb.service
|
|
Wants=systemd-networkd.service
|
|
Requires=nginx.service
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=su - ymq -c "python3 $HOME/py/gadget/gadget/gadget.py -w $HOME/iptv >> /tmp/iptv.log 2>&1 &"
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|