diff options
| author | Jonathan Bauer | 2013-11-28 13:20:20 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2013-11-28 13:20:20 +0100 |
| commit | e3850068b165c33b718d8c813556e9dac22a9291 (patch) | |
| tree | ca079246f2c4aa6b75d7d3dd4026296cb10c49a7 /remote/modules | |
| parent | [rootfs-stage32] only slxlog failed ntpdate if servers were given (diff) | |
| download | tm-scripts-e3850068b165c33b718d8c813556e9dac22a9291.tar.gz tm-scripts-e3850068b165c33b718d8c813556e9dac22a9291.tar.xz tm-scripts-e3850068b165c33b718d8c813556e9dac22a9291.zip | |
[plymouth] systemd service file to properly quit plymouth
Diffstat (limited to 'remote/modules')
| -rw-r--r-- | remote/modules/plymouth/data/etc/systemd/system/plymouth-quit.service | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/remote/modules/plymouth/data/etc/systemd/system/plymouth-quit.service b/remote/modules/plymouth/data/etc/systemd/system/plymouth-quit.service new file mode 100644 index 00000000..0ed4fa49 --- /dev/null +++ b/remote/modules/plymouth/data/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 quit +Type=oneshot +TimeoutSec=20 |
