kunlang_video/deploy/systemd/vehicle-video-service.service.in
2026-05-09 10:51:10 +08:00

18 lines
459 B
SYSTEMD

[Unit]
Description=Vehicle Video Service
After=network-online.target vehicle-video-srs-live.service vehicle-video-srs-record.service
Wants=network-online.target vehicle-video-srs-live.service vehicle-video-srs-record.service
[Service]
Type=simple
User=@SERVICE_USER@
Group=@SERVICE_GROUP@
WorkingDirectory=@INSTALL_DIR@/bin
ExecStart=@INSTALL_DIR@/bin/vehicle_video_service
Restart=always
RestartSec=3
LimitNOFILE=65535
[Install]
WantedBy=multi-user.target