summaryrefslogtreecommitdiff
path: root/kogaionlive.service
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-03-13 08:22:51 +0000
committerV3n3RiX <venerix@rogentos.ro>2016-03-13 08:22:51 +0000
commit5f120ae34681a55a61ced78d0c482a3ac9375345 (patch)
tree0423eeb378102c77cef80725e6f65b88bfcef912 /kogaionlive.service
parent3a7672b4cf8b417bc726f3b7869e23e0af2f083e (diff)
add live user on the fly, no more need to embed it into iso
Diffstat (limited to 'kogaionlive.service')
-rw-r--r--kogaionlive.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/kogaionlive.service b/kogaionlive.service
new file mode 100644
index 0000000..268b43c
--- /dev/null
+++ b/kogaionlive.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Kogaion live user setup
+Before=display-manager.service getty.target
+
+[Service]
+Type=oneshot
+RemainAfterExit=true
+ExecStart=/usr/libexec/kogaionlive.sh
+
+[Install]
+WantedBy=multi-user.target