admin-scripts/systemd/system/.archived/mastodon-to-minio.service
2024-07-14 18:51:57 -05:00

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