dotfiles

Yes, my $HOME has a git repo now :(

git clone git://git.shimmy1996.com/dotfiles.git

ipfs.service (145B)

    1 [Unit]
    2 Description=IPFS daemon
    3 
    4 [Service]
    5 Type=simple
    6 ExecStart=/usr/bin/ipfs daemon --mount
    7 Restart=always
    8 
    9 [Install]
   10 WantedBy=multiuser.target