11 lines
179 B
Desktop File
11 lines
179 B
Desktop File
[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
|