scripts/utility/systemd/deploy_systemd.sh
Ferit Yiğit BALABAN b683fbd2ad
Deploy systemd conf files for user
Signed-off-by: Ferit Yiğit BALABAN <fybalaban@fybx.dev>
2023-11-10 21:01:48 +03:00

4 lines
141 B
Bash
Executable File

#!/usr/bin/env bash
cp deskenv.service ~/.config/systemd/user/
cp deskenv.timer ~/.config/systemd/user/
systemctl --user enable deskenv.timer