mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-21 15:10:23 +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>
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue