apparently it's a must to reload the daemon

Signed-off-by: Ferit Yiğit BALABAN <fyb@fybx.dev>
This commit is contained in:
yigid balaban 2024-01-15 22:44:22 +03:00
parent 8fc9fc2cb9
commit ad1b9c3d63
Signed by: fyb
GPG Key ID: E21FEB2C244CB7EB

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash
cp deskenv.service ~/.config/systemd/user/
cp deskenv.timer ~/.config/systemd/user/
systemctl --user enable deskenv.timer
systemctl --user daemon-reload
systemctl --user enable deskenv.timer