install.fairie/home/dot_config/rclone/system/s3-system.service.tmpl

15 lines
284 B
Cheetah
Raw Normal View History

2023-04-11 01:04:22 -07:00
[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