mirror of
https://codeberg.org/hyperreal/admin-scripts
synced 2024-11-01 16:03:06 +01:00
15 lines
284 B
Desktop File
15 lines
284 B
Desktop File
[Unit]
|
|
Description=mastodon-to-minio
|
|
Wants=postgresql.service
|
|
AssertFileIsExecutable=/usr/local/bin/mastodon-to-minio
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=mastodon
|
|
Group=mastodon
|
|
WorkingDirectory=/home/mastodon
|
|
ExecStart=/usr/local/bin/mastodon-to-minio
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|