admin-scripts/pi0/systemd/system/mastodon-to-minio.service
2024-06-20 12:55:50 -05:00

14 lines
260 B
Desktop File

[Unit]
Description=mastodon-to-minio
Wants=network.target
[Service]
Type=oneshot
User=mastodon
Group=mastodon
WorkingDirectory=/home/mastodon
ExecStart=rclone copy --progress --transfers=8 /home/mastodon/ minio:mastodata
[Install]
WantedBy=multi-user.target