Files
lingniu-vehicle-ingest/vehicle-data-platform/deploy/systemd/lingniu-vehicle-open-stat.service
2026-07-27 16:46:15 +08:00

25 lines
663 B
Desktop File

[Unit]
Description=Lingniu Vehicle Open Platform Daily Statistics
After=network-online.target
Wants=network-online.target
[Service]
Type=oneshot
WorkingDirectory=/opt/lingniu-vehicle-platform/current
EnvironmentFile=/opt/lingniu-go-native/env/base.env
EnvironmentFile=/opt/lingniu-vehicle-platform/env/platform.env
Environment=OPEN_STAT_LOOKBACK_DAYS=2
ExecStart=/opt/lingniu-vehicle-platform/current/open-platform-stat
Nice=10
IOSchedulingClass=best-effort
IOSchedulingPriority=6
TimeoutStartSec=1800
NoNewPrivileges=true
PrivateTmp=true
ProtectSystem=full
ProtectHome=true
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
[Install]
WantedBy=multi-user.target