From 4207ea3827321b8ed2f63c550abf36883184eee2 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 4 Aug 2022 21:18:44 +1200 Subject: Remove systemctl commands from install targets --- Makefile | 7 ------- 1 file changed, 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 -- cgit v1.2.3