We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d8f76 commit ac6f385Copy full SHA for ac6f385
templates/dev.openresty.plist.erb
@@ -32,5 +32,11 @@
32
33
<key>StandardOutPath</key>
34
<string><%= scope.lookupvar "openresty::config::logdir" %>/console.log</string>
35
+
36
+ <key>WatchPaths</key>
37
+ <array>
38
+ <string><%= scope.lookupvar "openresty::config::configfile" %></string>
39
+ <string><%= scope.lookupvar "openresty::config::sitesdir" %></string>
40
+ </array>
41
</dict>
42
</plist>
0 commit comments