2012-02-13 10:27:08 +01:00
|
|
|
[Unit]
|
|
|
|
Description=/etc/local.d execution
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2012-07-03 11:55:31 +02:00
|
|
|
ExecStart=/usr/bin/env -i ACTION=start /usr/bin/run-parts /etc/local.d
|
|
|
|
ExecStop=/usr/bin/env -i ACTION=stop /usr/bin/run-parts --reverse /etc/local.d
|
2012-02-13 10:27:08 +01:00
|
|
|
TimeoutSec=0
|
|
|
|
RemainAfterExit=yes
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|