admin-scripts/systemd/system/mastodon-to-minio.service
Jeffrey Serio b8246306d3 Reorganize
2024-06-23 08:10:36 -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