aboutsummaryrefslogtreecommitdiff
path: root/_sys/Library/LaunchDaemons/info.kilabit.rescached.plist
diff options
context:
space:
mode:
Diffstat (limited to '_sys/Library/LaunchDaemons/info.kilabit.rescached.plist')
-rw-r--r--_sys/Library/LaunchDaemons/info.kilabit.rescached.plist24
1 files changed, 24 insertions, 0 deletions
diff --git a/_sys/Library/LaunchDaemons/info.kilabit.rescached.plist b/_sys/Library/LaunchDaemons/info.kilabit.rescached.plist
new file mode 100644
index 0000000..a8ba787
--- /dev/null
+++ b/_sys/Library/LaunchDaemons/info.kilabit.rescached.plist
@@ -0,0 +1,24 @@
+<?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-FileCopyrightText: 2020 M. Shulhan <ms@kilabit.info> -->
+<!-- SPDX-License-Identifier: GPL-3.0-or-later -->
+<plist version="1.0">
+ <dict>
+ <key>Label</key>
+ <string>info.kilabit.rescached</string>
+ <key>ProgramArguments</key>
+ <array>
+ <string>/usr/local/bin/rescached</string>
+ <string>-config</string>
+ <string>/etc/rescached/rescached.cfg</string>
+ </array>
+ <key>RunAtLoad</key>
+ <true/>
+ <key>KeepAlive</key>
+ <true/>
+ <key>StandardOutPath</key>
+ <string>/var/log/rescached.log</string>
+ <key>StandardErrorPath</key>
+ <string>/var/log/rescached.error</string>
+ </dict>
+</plist>