| 1 | # dinit service description for Netdata |
| 2 | # |
| 3 | # Currently only properly tested on Chimera Linux. |
| 4 | |
| 5 | type = bgprocess |
| 6 | command = @sbindir_POST@/netdata -P @localstatedir_POST@/run/netdata.pid -D |
| 7 | pid-file = @localstatedir_POST@/run/netdata.pid |
| 8 | options = signal-process-only |
| 9 | load-options = export-passwd-vars |
| 10 | depends-on = early-fs-local.target |
| 11 | after = network.target |