16 lines
399 B
Desktop File
16 lines
399 B
Desktop File
[Unit]
|
|
Description=Fleet metrics agent (fleet_monitoring)
|
|
Documentation=https://gitea-dgg044oo04woo4ggcsws4gk0.organic-machine.com/dataforge/metrics_agent
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/opt/fleet-agent/metrics_agent -config /etc/fleet-agent/agent.json
|
|
Restart=always
|
|
RestartSec=10
|
|
NoNewPrivileges=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|