diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2014-11-21 18:07:24 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2014-11-21 18:07:24 +0200 |
commit | dacc0bfae08c88125035f08cd136641eee95137f (patch) | |
tree | b2af748741e2ab9ebca0f57d8ce32b5bc75b1a58 /graphical_start.service |
Kogaion live git added
Diffstat (limited to 'graphical_start.service')
-rw-r--r-- | graphical_start.service | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphical_start.service b/graphical_start.service new file mode 100644 index 0000000..6def328 --- /dev/null +++ b/graphical_start.service @@ -0,0 +1,12 @@ +[Unit] +Description=Graphical Starter Config File +After=kogaionlive.service + +[Service] +Type=oneshot +RemainAfterExit=false +ExecStart=/usr/libexec/graphical_start.sh + +[Install] +Alias=graphical_start.service +WantedBy=multi-user.target |