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