From a726bf737a4d57f4eb7dbc7194f3de32cb3528c3 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Fri, 14 Feb 2020 15:43:37 +0000 Subject: Enable lieer-google.timer After running `systemctl --user enable lieer-google.timer`, systemctl created a symlink pointing from timers.target.wants -> ../lieer-google.timer. I'm not sure if tracking symlinks in a git repository is such a useful idea. This commit reminds me that I could and should be using Nix to better manage symlink creation and destruction. --- .../shared/.config/systemd/user/timers.target.wants/lieer-google.timer | 1 + 1 file changed, 1 insertion(+) create mode 120000 configs/shared/.config/systemd/user/timers.target.wants/lieer-google.timer (limited to 'configs') diff --git a/configs/shared/.config/systemd/user/timers.target.wants/lieer-google.timer b/configs/shared/.config/systemd/user/timers.target.wants/lieer-google.timer new file mode 120000 index 000000000000..e9f2cab3bcec --- /dev/null +++ b/configs/shared/.config/systemd/user/timers.target.wants/lieer-google.timer @@ -0,0 +1 @@ +/usr/local/google/home/wpcarro/.config/systemd/user/lieer-google.timer \ No newline at end of file -- cgit 1.4.1