From 4e5d83326d0094b2c344abbf598c14d04c28260b Mon Sep 17 00:00:00 2001 From: Waishnav Date: Tue, 15 Mar 2022 00:24:12 +0530 Subject: (xprofile) | changing aproach to install/run watch_log script | adding install uninstall script --- install-systemd.bash | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 install-systemd.bash (limited to 'install-systemd.bash') diff --git a/install-systemd.bash b/install-systemd.bash deleted file mode 100644 index 546dba3..0000000 --- a/install-systemd.bash +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/bash - -sudo cp -r ./src/Watcher /usr/share/ -mkdir -p ~/.local/bin/ -cp -r ./src/bin/watcher ~/.local/bin/ -sudo chmod +x ~/.local/bin/watcher - -# enabling systemd service -mkdir -p ~/.config/systemd/ -mkdir -p ~/.config/systemd/user/ -cp -r ./src/service/watcher.service ~/.config/systemd/user/ -systemctl --user enable --now watcher.service - -# making directory for log-files (where all you daily logs are stored) -mkdir -p ~/.cache/Watcher/ -mkdir -p ~/.cache/Watcher/raw_data/ -mkdir -p ~/.cache/Watcher/Analysis/ - -- cgit v1.2.3