install.fairie/home/dot_config/rclone/system/s3-system.service.tmpl
2023-04-11 08:04:22 +00:00

14 lines
284 B
Cheetah

[Unit]
Description=rclone S3 service (system)
After=network-online.target
[Service]
Type=simple
User=rclone
ExecStart=/usr/local/bin/rclone-mount "rclone" "rclone" "s3-system"
ExecStop=/bin/fusermount -u /mnt/s3-system
Restart=always
RestartSec=10
[Install]
WantedBy=default.target