diff options
Diffstat (limited to 'app-misc/rogentoslive-tools/files/2/installer-text.service')
-rw-r--r-- | app-misc/rogentoslive-tools/files/2/installer-text.service | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-misc/rogentoslive-tools/files/2/installer-text.service b/app-misc/rogentoslive-tools/files/2/installer-text.service new file mode 100644 index 00000000..be11d2b7 --- /dev/null +++ b/app-misc/rogentoslive-tools/files/2/installer-text.service @@ -0,0 +1,11 @@ +[Unit] +Description=Sabayon text installer setup +After=rogentoslive.service + +[Service] +Type=oneshot +RemainAfterExit=true +ExecStart=/usr/libexec/installer-text.sh + +[Install] +WantedBy=multi-user.target |