diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-08-29 11:59:53 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-08-29 12:00:49 +0700 |
commit | 6e9ef6328cf834e1c8e60e0d99fa29af4c727915 (patch) | |
tree | 95c3ce817369f24e30052fee01fc6b135635ffd6 /dev/.config | |
parent | ae407723121f9c45b18ceedd60c48e42e7b09ce7 (diff) | |
download | dotfiles-6e9ef6328cf834e1c8e60e0d99fa29af4c727915.tar.gz |
Update 2018-08-29
Diffstat (limited to 'dev/.config')
-rw-r--r-- | dev/.config/systemd/user/ipfs.service | 10 |
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 |