From 5f120ae34681a55a61ced78d0c482a3ac9375345 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 13 Mar 2016 08:22:51 +0000 Subject: add live user on the fly, no more need to embed it into iso --- kogaionlive.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 kogaionlive.service (limited to 'kogaionlive.service') 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 -- cgit v1.2.3