add sys-process/netdata
This commit is contained in:
14
sys-process/netdata/files/netdata.service
Normal file
14
sys-process/netdata/files/netdata.service
Normal file
@@ -0,0 +1,14 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user