systemd: added local-d.service to start local scripts in /etc/local.d, disable plymouth support.
This commit is contained in:
11
srcpkgs/systemd/files/local-d.service
Normal file
11
srcpkgs/systemd/files/local-d.service
Normal 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
|
||||
Reference in New Issue
Block a user