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