fp/ansible/roles/ipfs/templates/ipfs-fs-repo-migrations.service.j2
CJ_Clippy 325fe576e2
Some checks failed
ci / test (push) Failing after 6m3s
fp/our CI/CD / build (push) Successful in 1m27s
add ipfs playbook
2025-10-04 08:45:34 -08:00

13 lines
198 B
Django/Jinja

[Unit]
Description=IPFS Repo Migrations
[Service]
Type=oneshot
Environment=IPFS_PATH={{ ipfs_path }}
ExecStart=/usr/local/bin/fs-repo-migrations -y
User=ipfs
[Install]
WantedBy=multi-user.target