mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-24 12:45:11 +02:00
4 lines
154 B
Bash
Executable file
4 lines
154 B
Bash
Executable file
#!/bin/sh
|
|
[ -r conf ] && . ./conf
|
|
export IPFS_PATH=${IPFS_PATH:=/var/lib/ipfs}
|
|
exec chpst -u _ipfs ipfs daemon ${OPTS:=--init --enable-gc --migrate} 2>&1
|