15 lines
294 B
Desktop File
15 lines
294 B
Desktop File
[Unit]
|
|
Description=netdata
|
|
After=network.target httpd.service squid.service nfs-server.service mysqld.service named.service postfix.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/tmp
|
|
User=root
|
|
Group=root
|
|
ExecStart=/usr/sbin/netdata -nd
|
|
TimeoutStopSec=30
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|