aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-08-04 21:18:44 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-08-04 21:18:44 +1200
commit4207ea3827321b8ed2f63c550abf36883184eee2 (patch)
treef50b7637b6cde391003c7810de0ecb950def2f95
parentMerge branch 'release/v12.16.0' into develop (diff)
downloaddotfiles-4207ea3827321b8ed2f63c550abf36883184eee2.tar.gz
dotfiles-4207ea3827321b8ed2f63c550abf36883184eee2.zip
Remove systemctl commands from install targets
-rw-r--r--Makefile7
1 files changed, 0 insertions, 7 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