From 96d370e22aa130d9936203f13231e681625cf5d7 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Thu, 25 Apr 2024 17:16:01 +0530 Subject: [PATCH] =?UTF-8?q?=E2=8F=B3=20@eshanized=20updated=20the=20reposi?= =?UTF-8?q?tory=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../snigdhaos-system-installation.install | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 snigdhaos-system-installation/snigdhaos-system-installation.install diff --git a/snigdhaos-system-installation/snigdhaos-system-installation.install b/snigdhaos-system-installation/snigdhaos-system-installation.install new file mode 100644 index 00000000..c70c9729 --- /dev/null +++ b/snigdhaos-system-installation/snigdhaos-system-installation.install @@ -0,0 +1,14 @@ + +post_install() { + systemctl enable snigdhaos-graphical-target.service + systemctl start snigdhaos-graphical-target.service +} + +post_upgrade() { + systemctl enable snigdhaos-graphical-target.service + systemctl start snigdhaos-graphical-target.service +} + +pre_remove() { + systemctl disable snigdhaos-graphical-target.service +} \ No newline at end of file