summaryrefslogtreecommitdiffstats
path: root/system/netdata-init-d.in
AgeCommit message (Collapse)Author
2018-09-30fix spdx (#4327)Paweł Krupa
2018-09-11all startup files use the same pid file; all startup files remove pid file ↵Costa Tsaousis (ktsaou)
on exit
2018-05-31Add SPDX-License-Identifier headers to most files.Austin S. Hemmelgarn
This tags all the files that I can clearly identify as being part of Netdata and not a local copy of a third party package that we're redistributing.
2017-08-22increase service stop timeout to 60 secondsCosta Tsaousis (ktsaou)
2016-12-17fixed system/netdata-init-d.in script to suppress status output prior ↵Ivan Vari
stop/start, relates to #1381
2016-12-17fixed system/netdata-init-d.in script to check status prior stop/start, ↵Ivan Vari
fixes #1381
2016-08-12Fixed path to netdata pid fileBusindre
Fixed path to netdata pid file: /var/run File modified: system/netdata-init-d.in The installation displays the following paths (CentOS 6.X) - the daemon at /usr/sbin/netdata - config files at /etc/netdata - web files at /usr/share/netdata - plugins at /usr/libexec/netdata - cache files at /var/cache/netdata - db files at /var/lib/netdata - log files at /var/log/netdata - pid file at /var/run grep "pid" system/netdata-init-d PIDFILE=/var/$DAEMON.pid
2016-07-18add the dollar signSally Hui
2016-07-17return RETVAL for condrestart()Sally Hui
2016-05-31fixed memory leak in web_client_free()Costa Tsaousis (ktsaou)
2016-05-31added LSB (old debian) init scriptCosta Tsaousis
2016-05-23Command line: Follow IEEE Std 1003.1, 2013 EditionSimon Nagl
Standardize command line options: http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap12.html Make command line options maintainable: - Use getopts for parsing. - Define options in a list of structs. - Compute optstring and help message from the struct. Changed command line options are marked deprecated. We can remove them in the next major release.
2016-05-23init.d: add try-restart, force reloadElan Ruusamäe
http://refspecs.linuxfoundation.org/LSB_3.1.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html
2016-04-15redhat_init_script_fix_exitcode branchearthgecko
Fixed init script for Redhat6/Centos6 to return the correct exit code from daemon modified: system/netdata-init-d.in
2016-04-05Added init script generation for Redhat6/Centos6waldemar.spitschak