mirror of
https://codeberg.org/hyperreal/admin-scripts
synced 2024-11-01 16:03:06 +01:00
14 lines
260 B
Desktop File
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
|