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

24 lines
649 B
Desktop File

[Unit]
Description=Lingniu Vehicle Alert Notification Dispatcher
After=network-online.target lingniu-vehicle-platform.service
Wants=network-online.target
[Service]
Type=simple
WorkingDirectory=/opt/lingniu-vehicle-platform/current
EnvironmentFile=/opt/lingniu-go-native/env/base.env
EnvironmentFile=/opt/lingniu-vehicle-platform/env/platform.env
ExecStart=/opt/lingniu-vehicle-platform/current/alert-notification-dispatcher
Restart=always
RestartSec=3
TimeoutStopSec=30
NoNewPrivileges=true
PrivateTmp=true
ProtectSystem=full
ProtectHome=true
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
LimitNOFILE=65536
[Install]
WantedBy=multi-user.target