macOS: add backups dir to the sample launchd service

This commit is contained in:
Nicola Murino 2020-01-12 19:02:09 +01:00
parent 2be37217cf
commit 2013ba497c

View file

@ -14,6 +14,8 @@
<string>/usr/local/opt/sftpgo/templates</string>
<key>SFTPGO_HTTPD__STATIC_FILES_PATH</key>
<string>/usr/local/opt/sftpgo/static</string>
<key>SFTPGO_HTTPD__BACKUPS_PATH</key>
<string>/usr/local/opt/sftpgo/backups</string>
</dict>
<key>WorkingDirectory</key>
<string>/usr/local/opt/sftpgo/etc</string>
@ -27,4 +29,4 @@
<key>ThrottleInterval</key>
<integer>10</integer>
</dict>
</plist>
</plist>