Fix user_systemd_services makefile recipe

main
Ensar Sarajčić 2022-09-15 15:02:17 +02:00
parent 408177b784
commit 6d3ad1d24e
1 changed files with 2 additions and 2 deletions

View File

@ -375,8 +375,8 @@ wallpapers_and_lockscreens: check_os
user_systemd_services: check_os
@echo "Enabling user systemd services..."
@echo "Please install and configure mbsync and vdirsyncer..."
@systemd enable --now --user mbsync.timer
@systemd enable --now --user vdirsyncer.timer
@systemctl enable --now --user mbsync.timer
@systemctl enable --now --user vdirsyncer.timer
.PHONY: homebrew
homebrew: check_os