about summary refs log tree commit diff
path: root/meta/.config/systemd/user/ipfs.service
diff options
context:
space:
mode:
Diffstat (limited to 'meta/.config/systemd/user/ipfs.service')
-rw-r--r--meta/.config/systemd/user/ipfs.service10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta/.config/systemd/user/ipfs.service b/meta/.config/systemd/user/ipfs.service
deleted file mode 100644
index 26edbb2..0000000
--- a/meta/.config/systemd/user/ipfs.service
+++ /dev/null
@@ -1,10 +0,0 @@
-[Unit]
-Description=IPFS daemon
-After=network.target
-
-[Service]
-ExecStart=/home/cnx/.local/share/go/bin/ipfs daemon
-Restart=on-failure
-
-[Install]
-WantedBy=default.target