13 lines
198 B
Django/Jinja
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
|
|
|