systemd: added local-d.service to start local scripts in /etc/local.d, disable plymouth support.

This commit is contained in:
Juan RP
2012-02-13 10:27:08 +01:00
parent 43529ac136
commit bfbae11482
2 changed files with 22 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
[Unit]
Description=/etc/local.d execution
[Service]
Type=oneshot
ExecStart=/usr/bin/run-parts /etc/local.d
TimeoutSec=0
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target