24 lines
428 B
Desktop File
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
|