mirror of
https://github.com/netdata/netdata.git
synced 2025-05-08 11:00:27 +00:00
16 lines
258 B
Desktop File
16 lines
258 B
Desktop File
[Unit]
|
|
Description=Netdata Agent Events
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=nobody
|
|
Group=nogroup
|
|
LogNamespace=agent-events
|
|
ExecStart=/opt/agent-events/run.sh
|
|
Restart=always
|
|
RestartSec=3
|
|
StartLimitInterval=0
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|