diff options
Diffstat (limited to 'system/netdata.plist.in')
-rw-r--r-- | system/netdata.plist.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/system/netdata.plist.in b/system/netdata.plist.in new file mode 100644 index 0000000..a969b31 --- /dev/null +++ b/system/netdata.plist.in @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<!-- SPDX-License-Identifier: GPL-3.0-or-later --> +<plist version="1.0"> +<dict> + <key>Label</key> + <string>com.github.netdata</string> + <key>ProgramArguments</key> + <array> + <string>@sbindir_POST@/netdata</string> + </array> + <key>RunAtLoad</key> + <true/> +</dict> +</plist> |