2012-02-13 10:27:08 +01:00
|
|
|
[Unit]
|
|
|
|
Description=/etc/local.d execution
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2012-07-17 16:52:34 +02:00
|
|
|
ExecStart=/usr/bin/run-parts --arg="start" /etc/local.d
|
|
|
|
ExecStop=/usr/bin/run-parts --arg="stop" --reverse /etc/local.d
|
2012-02-13 10:27:08 +01:00
|
|
|
TimeoutSec=0
|
|
|
|
RemainAfterExit=yes
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|