2024-06-20 10:12:41 -05:00
|
|
|
[Unit]
|
2024-06-20 12:46:40 -05:00
|
|
|
Description=mastodon-to-minio
|
2024-06-24 16:41:22 -05:00
|
|
|
Wants=postgresql.service
|
|
|
|
AssertFileIsExecutable=/usr/local/bin/mastodon-to-minio
|
2024-06-20 10:12:41 -05:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2024-06-20 12:44:04 -05:00
|
|
|
User=mastodon
|
|
|
|
Group=mastodon
|
|
|
|
WorkingDirectory=/home/mastodon
|
2024-06-24 16:41:22 -05:00
|
|
|
ExecStart=/usr/local/bin/mastodon-to-minio
|
2024-06-20 10:12:41 -05:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|