kunlang_video/deploy/systemd/vehicle-video-service.service.in

18 lines
397 B
SYSTEMD
Raw Normal View History

2026-05-09 10:51:10 +08:00
[Unit]
Description=Vehicle Video Service
After=network-online.target vehicle-video-srs-record.service
Wants=network-online.target vehicle-video-srs-record.service
2026-05-09 10:51:10 +08:00
[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