about summary refs log tree commit diff
path: root/dev
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-12-06 20:11:00 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-12-06 20:11:00 +0700
commit7a99a87b87ba2e6ab006032eb1687d61d01d9c58 (patch)
tree21cda208ad8e92448943a0efabb7672a68cc3f21 /dev
parent4aeb2084faf18d7eb31d442651086504d87576e9 (diff)
downloaddotfiles-7a99a87b87ba2e6ab006032eb1687d61d01d9c58.tar.gz
Update 2019-12-06
Diffstat (limited to 'dev')
l---------dev/.config/systemd/user/default.target.wants/emacs.service1
l---------dev/.config/systemd/user/default.target.wants/ipfs.service1
-rw-r--r--dev/.config/systemd/user/ipfs.service10
3 files changed, 0 insertions, 12 deletions
diff --git a/dev/.config/systemd/user/default.target.wants/emacs.service b/dev/.config/systemd/user/default.target.wants/emacs.service
deleted file mode 120000
index 003173b..0000000
--- a/dev/.config/systemd/user/default.target.wants/emacs.service
+++ /dev/null
@@ -1 +0,0 @@
-/usr/lib/systemd/user/emacs.service
\ No newline at end of file
diff --git a/dev/.config/systemd/user/default.target.wants/ipfs.service b/dev/.config/systemd/user/default.target.wants/ipfs.service
deleted file mode 120000
index c6e8f95..0000000
--- a/dev/.config/systemd/user/default.target.wants/ipfs.service
+++ /dev/null
@@ -1 +0,0 @@
-/home/cnx/.config/systemd/user/ipfs.service
\ No newline at end of file
diff --git a/dev/.config/systemd/user/ipfs.service b/dev/.config/systemd/user/ipfs.service
deleted file mode 100644
index 26edbb2..0000000
--- a/dev/.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