From cf9376ff829612fda2d3fca91949e5f93bac3bd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Wed, 23 Oct 2019 01:34:52 +0200 Subject: [PATCH] test ignore systemd local enables --- config/systemd/user/.gitignore | 1 + config/systemd/user/default.target.wants/syncthing.service | 1 - config/systemd/user/timers.target.wants/tasksync.timer | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 config/systemd/user/.gitignore delete mode 120000 config/systemd/user/default.target.wants/syncthing.service delete mode 120000 config/systemd/user/timers.target.wants/tasksync.timer diff --git a/config/systemd/user/.gitignore b/config/systemd/user/.gitignore new file mode 100644 index 0000000..bddbdf1 --- /dev/null +++ b/config/systemd/user/.gitignore @@ -0,0 +1 @@ +*.wants/* diff --git a/config/systemd/user/default.target.wants/syncthing.service b/config/systemd/user/default.target.wants/syncthing.service deleted file mode 120000 index d55cc27..0000000 --- a/config/systemd/user/default.target.wants/syncthing.service +++ /dev/null @@ -1 +0,0 @@ -/usr/lib/systemd/user/syncthing.service \ No newline at end of file diff --git a/config/systemd/user/timers.target.wants/tasksync.timer b/config/systemd/user/timers.target.wants/tasksync.timer deleted file mode 120000 index 6586f80..0000000 --- a/config/systemd/user/timers.target.wants/tasksync.timer +++ /dev/null @@ -1 +0,0 @@ -/home/geoffrey/.config/systemd/user/tasksync.timer \ No newline at end of file