about summary refs log tree commit diff
path: root/dev
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-08-29 11:59:53 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-08-29 12:00:49 +0700
commit6e9ef6328cf834e1c8e60e0d99fa29af4c727915 (patch)
tree95c3ce817369f24e30052fee01fc6b135635ffd6 /dev
parentae407723121f9c45b18ceedd60c48e42e7b09ce7 (diff)
downloaddotfiles-6e9ef6328cf834e1c8e60e0d99fa29af4c727915.tar.gz
Update 2018-08-29
Diffstat (limited to 'dev')
-rw-r--r--dev/.config/systemd/user/ipfs.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev/.config/systemd/user/ipfs.service b/dev/.config/systemd/user/ipfs.service
new file mode 100644
index 0000000..26edbb2
--- /dev/null
+++ b/dev/.config/systemd/user/ipfs.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=IPFS daemon
+After=network.target
+
+[Service]
+ExecStart=/home/cnx/.local/share/go/bin/ipfs daemon
+Restart=on-failure
+
+[Install]
+WantedBy=default.target