Files
vantage/deploy/agent.service
T
domrichardson fab87c82c6
Server Deploy / deploy (push) Successful in 2m10s
Agent Release / build (push) Successful in 1m12s
feat: Updated brand to be vantage
2026-06-24 15:48:13 +01:00

24 lines
428 B
Desktop File

[Unit]
Description=Vantage Agent
Documentation=https://github.com/your-org/vantage
After=network.target
Wants=network-online.target
[Service]
Type=simple
ExecStart=/usr/local/bin/vantage-agent
Restart=always
RestartSec=10
User=root
StandardOutput=journal
StandardError=journal
SyslogIdentifier=vantage-agent
# Security hardening
NoNewPrivileges=true
ProtectSystem=false
ProtectHome=false
[Install]
WantedBy=multi-user.target