mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +00:00
3d6480d5ee
Update to version 22 and add support for systemd and sysvinit, the scripts and conf files are taken from Fedora. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
12 lines
224 B
Desktop File
12 lines
224 B
Desktop File
[Unit]
|
|
Description=Virtual EtherDrive blade AoE target
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=@BINDIR@/vblade.init start
|
|
ExecStop=@BINDIR@/vblade.init stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|