diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-12-06 20:11:00 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-12-06 20:11:00 +0700 |
commit | 7a99a87b87ba2e6ab006032eb1687d61d01d9c58 (patch) | |
tree | 21cda208ad8e92448943a0efabb7672a68cc3f21 /dev/.config | |
parent | 4aeb2084faf18d7eb31d442651086504d87576e9 (diff) | |
download | dotfiles-7a99a87b87ba2e6ab006032eb1687d61d01d9c58.tar.gz |
Update 2019-12-06
Diffstat (limited to 'dev/.config')
l--------- | dev/.config/systemd/user/default.target.wants/emacs.service | 1 | ||||
l--------- | dev/.config/systemd/user/default.target.wants/ipfs.service | 1 | ||||
-rw-r--r-- | dev/.config/systemd/user/ipfs.service | 10 |
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 |