From b683fbd2ad63c11a45f9a41fec6a3981e0532625 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferit=20Yi=C4=9Fit=20BALABAN?= Date: Fri, 10 Nov 2023 21:01:48 +0300 Subject: [PATCH] Deploy systemd conf files for user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ferit Yiğit BALABAN --- utility/systemd/deploy_systemd.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 utility/systemd/deploy_systemd.sh diff --git a/utility/systemd/deploy_systemd.sh b/utility/systemd/deploy_systemd.sh new file mode 100755 index 0000000..de730a9 --- /dev/null +++ b/utility/systemd/deploy_systemd.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +cp deskenv.service ~/.config/systemd/user/ +cp deskenv.timer ~/.config/systemd/user/ +systemctl --user enable deskenv.timer \ No newline at end of file