reload systemd user daemon

This commit is contained in:
ray 2020-02-17 18:33:01 +00:00
parent d39b1c8013
commit 58c2ac077b
1 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,5 @@
#!/bin/sh
_user_id=$(id -u)
if [ "$_user_id" -eq 0 ] ; then
@ -12,11 +11,11 @@ sudo cp ./notify-updates /usr/local/bin/
sudo cp ./pacman-update-count /usr/local/bin/
sudo cp ./pacman-update-count.* /etc/systemd/system/
sudo systemctl daemon-reload
mkdir -p ~/.config/systemd/user
cp ./update-notifier.* ~/.config/systemd/user
sudo systemctl daemon-reload
cp ./update-notifier.* ~/.config/systemd/user/
systemctl --user daemon-reload
sudo systemctl enable pacman-update-count.timer
sudo systemctl start pacman-update-count.timer