diff options
Diffstat (limited to 'server')
| -rw-r--r-- | server/modules/plymouth-freiburg/etc/systemd/system/plymouth-quit.service | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/server/modules/plymouth-freiburg/etc/systemd/system/plymouth-quit.service b/server/modules/plymouth-freiburg/etc/systemd/system/plymouth-quit.service new file mode 100644 index 00000000..0dd31ee4 --- /dev/null +++ b/server/modules/plymouth-freiburg/etc/systemd/system/plymouth-quit.service @@ -0,0 +1,9 @@ +[Unit] +Description=Terminate Plymouth Boot Screen +Before=display-manager.service +After=systemd-user-sessions.service + +[Service] +ExecStart=-/bin/plymouth --retain-splash quit +Type=oneshot +TimeoutSec=20 |
