2019-10-04 12:55:40 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Run user provided scripts on boot
|
|
|
|
ConditionPathExists=/usr/lib/raspi-ini/run-parts.sh
|
2019-10-04 13:59:12 +00:00
|
|
|
After=networking.service
|
|
|
|
Wants=networking.service
|
2019-10-04 12:55:40 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=yes
|
|
|
|
ExecStart=/usr/lib/raspi-ini/run-parts.sh
|
|
|
|
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|