aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile7
-rw-r--r--VERSION4
2 files changed, 2 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 921e9ed6..1ad61a21 100644
--- a/Makefile
+++ b/Makefile
@@ -476,8 +476,6 @@ install-logrotate: install-systemd
cp -p -- logrotate/systemd/user/logrotate.service \
logrotate/systemd/user/logrotate.timer \
$(XDG_DATA_HOME)/systemd/user
- -systemctl --user enable logrotate.timer
- -systemctl --user start logrotate.timer
install-mail:
cp -p -- mail/signature $(HOME)/.signature
@@ -519,8 +517,6 @@ install-newsboat: install-systemd
$(XDG_CONFIG_HOME)/newsboat
cp -p -- newsboat/systemd/user/newsboat.service \
$(XDG_DATA_HOME)/systemd/user
- -systemctl --user enable newsboat.service
- -systemctl --user start newsboat.service
install-mysql:
cp -p -- mysql/my.cnf $(HOME)/.my.cnf
@@ -603,7 +599,6 @@ install-systemd:
mkdir -p -- $(XDG_DATA_HOME)/systemd/user/run-.service.d
cp -p -- systemd/user/run-.service.d/*.conf \
$(XDG_DATA_HOME)/systemd/user/run-.service.d
- -systemctl --user daemon-reload
# Need to install these in appropriate order to meet dependencies; could trust
# the system glob, but a fixed list is just more straightforward
@@ -628,8 +623,6 @@ install-tmux: tmux/bin/tmux tmux/tmux.conf install-systemd install-terminfo
cp -p -- tmux/tmux.conf $(HOME)/.tmux.conf
cp -p -- tmux/systemd/user/tmux.service \
$(XDG_DATA_HOME)/systemd/user
- -systemctl --user enable tmux.service
- -systemctl --user start tmux.service
install-urxvt: urxvt/ext/select install-x
mkdir -p -- $(HOME)/.urxvt/ext
diff --git a/VERSION b/VERSION
index a096e0ae..e8555cc3 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v12.16.0
-Thu, 04 Aug 2022 02:08:25 +0000
+tejr dotfiles v12.17.0
+Thu, 04 Aug 2022 09:19:01 +0000