From 99678fba596187fd26809d276b8bb0fc19d8e9f8 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Mon, 8 Aug 2022 22:53:08 -0400 Subject: [PATCH] ENH clean up user services --- .chezmoiignore | 3 +++ dot_config/systemd/user/autogit.service.d/autogit.conf | 2 -- dot_config/systemd/user/autogit.service.d/autogit.conf.example | 2 ++ .../systemd/user/timers.target.wants/symlink_autogit.timer | 1 - 4 files changed, 5 insertions(+), 3 deletions(-) delete mode 100644 dot_config/systemd/user/autogit.service.d/autogit.conf create mode 100644 dot_config/systemd/user/autogit.service.d/autogit.conf.example delete mode 100644 dot_config/systemd/user/timers.target.wants/symlink_autogit.timer diff --git a/.chezmoiignore b/.chezmoiignore index c9f0eb5..9607459 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -14,6 +14,9 @@ {{ if eq .features.conky_alias "none" -}} .config/conky.yml +.config/systemd/user/conky_pacman.service +.config/systemd/user/conky_pacman.timer +.config/systemd/user/timers.target.wants/conky_pacman.timer {{- end }} {{ if not .features.virtualbox -}} diff --git a/dot_config/systemd/user/autogit.service.d/autogit.conf b/dot_config/systemd/user/autogit.service.d/autogit.conf deleted file mode 100644 index 0eebf6b..0000000 --- a/dot_config/systemd/user/autogit.service.d/autogit.conf +++ /dev/null @@ -1,2 +0,0 @@ -[Service] -Environment="REPOS=\"~/Org ~/Org/journal\"" diff --git a/dot_config/systemd/user/autogit.service.d/autogit.conf.example b/dot_config/systemd/user/autogit.service.d/autogit.conf.example new file mode 100644 index 0000000..d2e9ba9 --- /dev/null +++ b/dot_config/systemd/user/autogit.service.d/autogit.conf.example @@ -0,0 +1,2 @@ +#[Service] +#Environment="REPOS=\"repo1 repo2\"" diff --git a/dot_config/systemd/user/timers.target.wants/symlink_autogit.timer b/dot_config/systemd/user/timers.target.wants/symlink_autogit.timer deleted file mode 100644 index 5e2c942..0000000 --- a/dot_config/systemd/user/timers.target.wants/symlink_autogit.timer +++ /dev/null @@ -1 +0,0 @@ -/home/ndwar/.config/systemd/user/autogit.timer \ No newline at end of file