about summary refs log tree commit diff
path: root/debian/.config/systemd/user/ipfs.service
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-05-30 14:59:12 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-05-30 14:59:12 +0700
commit7f29a1e519d51934ecf86ddd6fc7d080b2eaaf91 (patch)
tree2c3dc15e5882fdd61636d714cc877727f2261970 /debian/.config/systemd/user/ipfs.service
parente36712f2b02e77080e255c7775852577b51010ad (diff)
downloaddotfiles-7f29a1e519d51934ecf86ddd6fc7d080b2eaaf91.tar.gz
Set up mbsync
Diffstat (limited to 'debian/.config/systemd/user/ipfs.service')
-rw-r--r--debian/.config/systemd/user/ipfs.service2
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]