From 73ce3f687fc3699a246d6daa4a44c698c0e788dc Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sat, 26 Dec 2020 15:41:26 +0700 Subject: Update 2020-12-26 --- .../systemd/user/default.target.wants/emacs.service | 1 - .../systemd/user/default.target.wants/ipfs.service | 1 - nix/.config/systemd/user/emacs.service | 15 --------------- nix/.config/systemd/user/ipfs.service | 10 ---------- 4 files changed, 27 deletions(-) delete mode 120000 nix/.config/systemd/user/default.target.wants/emacs.service delete mode 120000 nix/.config/systemd/user/default.target.wants/ipfs.service delete mode 100644 nix/.config/systemd/user/emacs.service delete mode 100644 nix/.config/systemd/user/ipfs.service (limited to 'nix/.config/systemd') diff --git a/nix/.config/systemd/user/default.target.wants/emacs.service b/nix/.config/systemd/user/default.target.wants/emacs.service deleted file mode 120000 index bb810be..0000000 --- a/nix/.config/systemd/user/default.target.wants/emacs.service +++ /dev/null @@ -1 +0,0 @@ -/home/cee/.config/systemd/user/emacs.service \ No newline at end of file diff --git a/nix/.config/systemd/user/default.target.wants/ipfs.service b/nix/.config/systemd/user/default.target.wants/ipfs.service deleted file mode 120000 index 63ddeda..0000000 --- a/nix/.config/systemd/user/default.target.wants/ipfs.service +++ /dev/null @@ -1 +0,0 @@ -/home/cee/.config/systemd/user/ipfs.service \ No newline at end of file diff --git a/nix/.config/systemd/user/emacs.service b/nix/.config/systemd/user/emacs.service deleted file mode 100644 index d06a506..0000000 --- a/nix/.config/systemd/user/emacs.service +++ /dev/null @@ -1,15 +0,0 @@ -[Unit] -Description=Emacs: the extensible, self-documenting text editor - -[Service] -Environment="LOCALE_ARCHIVE=/nix/store/l4qnw7z34dv4kbn2wnckq0bdjlyzxrmx-glibc-locales-2.27/lib/locale/locale-archive" -Environment="PATH=/nix/store/j0lhk5xkky410h5v9af98sz6kd8cbp40-coreutils-8.31/bin:/nix/store/kmc865qs56czqk5k5vr0nj4zvfijlq7n-findutils-4.7.0/bin:/nix/store/20b535jb98hy7k4z8vkrlkjma212a3l5-gnugrep-3.3/bin:/nix/store/dv52knazq6pb1zv9pazzj666zg550zni-gnused-4.7/bin:/nix/store/jy856r03m1jk299wkk2zm3dan8gqj64s-systemd-243/bin:/nix/store/j0lhk5xkky410h5v9af98sz6kd8cbp40-coreutils-8.31/sbin:/nix/store/kmc865qs56czqk5k5vr0nj4zvfijlq7n-findutils-4.7.0/sbin:/nix/store/20b535jb98hy7k4z8vkrlkjma212a3l5-gnugrep-3.3/sbin:/nix/store/dv52knazq6pb1zv9pazzj666zg550zni-gnused-4.7/sbin:/nix/store/jy856r03m1jk299wkk2zm3dan8gqj64s-systemd-243/sbin" -Environment="TZDIR=/nix/store/27ils7qkz0rkhq02bq104gyj9s10vaf6-tzdata-2019b/share/zoneinfo" - -ExecStart=/nix/store/b34zjdmq5l8k6rwdykjx55yl9r9isl8k-bash-4.4-p23/bin/bash -c 'source /nix/store/j68zvm2dnkgmflcn128la1c51bpka127-set-environment; exec /nix/store/47jy4mm9262hx88k88b8acrlb9w86z9m-emacs-26.3/bin/emacs --daemon' -ExecStop=/nix/store/47jy4mm9262hx88k88b8acrlb9w86z9m-emacs-26.3/bin/emacsclient --eval (kill-emacs) -Restart=always -Type=forking - -[Install] -WantedBy=default.target diff --git a/nix/.config/systemd/user/ipfs.service b/nix/.config/systemd/user/ipfs.service deleted file mode 100644 index 673a093..0000000 --- a/nix/.config/systemd/user/ipfs.service +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=IPFS daemon -After=network.target - -[Service] -ExecStart=/run/current-system/sw/bin/ipfs daemon -Restart=on-failure - -[Install] -WantedBy=default.target -- cgit 1.4.1