18 lines
348 B
SYSTEMD
18 lines
348 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Vehicle Video SRS Record Service
|
||
|
|
After=network-online.target
|
||
|
|
Wants=network-online.target
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=simple
|
||
|
|
User=@SERVICE_USER@
|
||
|
|
Group=@SERVICE_GROUP@
|
||
|
|
WorkingDirectory=@INSTALL_DIR@/srs
|
||
|
|
ExecStart=@INSTALL_DIR@/srs/bin/srs -c conf/record.conf
|
||
|
|
Restart=always
|
||
|
|
RestartSec=3
|
||
|
|
LimitNOFILE=65535
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|