diff options
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 |