mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-21 23:20:24 +00:00
macOS: add backups dir to the sample launchd service
This commit is contained in:
parent
2be37217cf
commit
2013ba497c
1 changed files with 3 additions and 1 deletions
|
@ -14,6 +14,8 @@
|
||||||
<string>/usr/local/opt/sftpgo/templates</string>
|
<string>/usr/local/opt/sftpgo/templates</string>
|
||||||
<key>SFTPGO_HTTPD__STATIC_FILES_PATH</key>
|
<key>SFTPGO_HTTPD__STATIC_FILES_PATH</key>
|
||||||
<string>/usr/local/opt/sftpgo/static</string>
|
<string>/usr/local/opt/sftpgo/static</string>
|
||||||
|
<key>SFTPGO_HTTPD__BACKUPS_PATH</key>
|
||||||
|
<string>/usr/local/opt/sftpgo/backups</string>
|
||||||
</dict>
|
</dict>
|
||||||
<key>WorkingDirectory</key>
|
<key>WorkingDirectory</key>
|
||||||
<string>/usr/local/opt/sftpgo/etc</string>
|
<string>/usr/local/opt/sftpgo/etc</string>
|
||||||
|
@ -27,4 +29,4 @@
|
||||||
<key>ThrottleInterval</key>
|
<key>ThrottleInterval</key>
|
||||||
<integer>10</integer>
|
<integer>10</integer>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|
Loading…
Reference in a new issue