Browse Source

macOS: add backups dir to the sample launchd service

Nicola Murino 5 years ago
parent
commit
2013ba497c
1 changed files with 3 additions and 1 deletions
  1. 3 1
      init/com.github.drakkan.sftpgo.plist

+ 3 - 1
init/com.github.drakkan.sftpgo.plist

@@ -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>