summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorJonathan Bauer2014-01-22 16:56:54 +0100
committerJonathan Bauer2014-01-22 16:56:54 +0100
commit6b2ee59d030e7aeec61b68b4492456bf716708a5 (patch)
tree27c83ad1f5d8f256767e1cae456a0b8da8d4dff6 /server
parentMerge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff)
downloadtm-scripts-6b2ee59d030e7aeec61b68b4492456bf716708a5.tar.gz
tm-scripts-6b2ee59d030e7aeec61b68b4492456bf716708a5.tar.xz
tm-scripts-6b2ee59d030e7aeec61b68b4492456bf716708a5.zip
[plymouth] quit service for plymouth, might be needed one day
Diffstat (limited to 'server')
-rw-r--r--server/modules/plymouth-freiburg/etc/systemd/system/plymouth-quit.service9
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