15 lines
266 B
SYSTEMD
15 lines
266 B
SYSTEMD
|
[Unit]
|
||
|
Description=RTSP Server for FPV Video
|
||
|
After=network-online.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/python3 /home/spiri/rtsp/rtsp_server.py
|
||
|
Restart=always
|
||
|
RestartSec=5
|
||
|
StandardOutput=journal
|
||
|
StandardError=journal
|
||
|
Type=simple
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|