aboutsummaryrefslogtreecommitdiff
path: root/bin/ak-ipfs-starter
blob: ae483f88b99eae6c330fa6cb165ec62ee6398289 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
PROGRAM="$(basename $0)"

source $AK_LIBDIR/_ak_log

screen -dmS akipfsd ak-ipfs-daemon
if [ $? -ne 0 ]
then
    logit "ERROR" "Failed to start IPFS daemon"
    exit 1
fi