diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-05-30 14:59:12 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-05-30 14:59:12 +0700 |
commit | 7f29a1e519d51934ecf86ddd6fc7d080b2eaaf91 (patch) | |
tree | 2c3dc15e5882fdd61636d714cc877727f2261970 /debian/.config/systemd/user/ipfs.service | |
parent | e36712f2b02e77080e255c7775852577b51010ad (diff) | |
download | dotfiles-7f29a1e519d51934ecf86ddd6fc7d080b2eaaf91.tar.gz |
Set up mbsync
Diffstat (limited to 'debian/.config/systemd/user/ipfs.service')
-rw-r--r-- | debian/.config/systemd/user/ipfs.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/.config/systemd/user/ipfs.service b/debian/.config/systemd/user/ipfs.service index 5d67f7e..68b2027 100644 --- a/debian/.config/systemd/user/ipfs.service +++ b/debian/.config/systemd/user/ipfs.service @@ -3,7 +3,7 @@ Description=IPFS daemon After=network.target [Service] -ExecStart=/home/cnx/.local/share/go/bin/ipfs daemon --mount +ExecStart=%h/.local/share/go/bin/ipfs daemon Restart=on-failure [Install] |