17 lines
436 B
Plaintext
17 lines
436 B
Plaintext
|
[Unit]
|
||
|
Description=Real time performance monitoring
|
||
|
After=network.target httpd.service squid.service nfs-server.service mysqld.service mysql.service named.service postfix.service
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User={{ netdata_user_info['user'] }}
|
||
|
Group={{ netdata_user_info['group'] }}
|
||
|
ExecStart=/usr/sbin/netdata -D
|
||
|
Restart=on-failure
|
||
|
|
||
|
# saving a big db on slow disks may need some time
|
||
|
TimeoutStopSec=60
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|