From 6e9ef6328cf834e1c8e60e0d99fa29af4c727915 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Wed, 29 Aug 2018 11:59:53 +0700 Subject: Update 2018-08-29 --- dev/.config/systemd/user/ipfs.service | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 dev/.config/systemd/user/ipfs.service (limited to 'dev/.config/systemd/user') 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 -- cgit 1.4.1