diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-03-13 08:22:51 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-03-13 08:22:51 +0000 |
commit | 5f120ae34681a55a61ced78d0c482a3ac9375345 (patch) | |
tree | 0423eeb378102c77cef80725e6f65b88bfcef912 /kogaionlive.service | |
parent | 3a7672b4cf8b417bc726f3b7869e23e0af2f083e (diff) |
add live user on the fly, no more need to embed it into iso
Diffstat (limited to 'kogaionlive.service')
-rw-r--r-- | kogaionlive.service | 11 |
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 |