1

任何人都可以帮助我使用此脚本使用 rclone 安装驱动器。不知道为什么,但它在启动时没有安装我的驱动器。

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>Label</key>
    <string>com.zerowidth.launched.rclone-mount-gdrive</string>
    <key>ProgramArguments</key>
    <array>
        <string>/usr/local/bin/rclone cmount --allow-other --dir-cache-time 72h --drive-chunk-size 64M --log-level INFO --vfs-read-chunk-size 32M --vfs-read-chunk-size-limit off gdrive: /Users/Lee/GDrive --vfs-cache-mode writes</string>
    </array>
    <key>StandardErrorPath</key>
    <string>/Users/Lee/Documents/Logs/rclone-media.log</string>
    <key>StandardOutPath</key>
    <string>/Users/Lee/Documents/Logs/stdout</string>
    <key>RunAtLoad</key>
    <true/>
</dict>
</plist>
4

0 回答 0