SHA256
1
0
forked from pool/sbl

Accepting request 247706 from home:oertel:branches:hardware

- add systemd support (bnc#865857)

OBS-URL: https://build.opensuse.org/request/show/247706
OBS-URL: https://build.opensuse.org/package/show/hardware/sbl?expand=0&rev=20
This commit is contained in:
Cristian Rodríguez
2014-09-05 21:20:10 +00:00
committed by Git OBS Bridge
parent 4e48ac7029
commit 7ce665a7e6
4 changed files with 66 additions and 0 deletions

10
sbl.service Normal file
View File

@@ -0,0 +1,10 @@
[Unit]
Description=suse-blinux
Wants=network.target brld.service
After=network.target brld.service
[Service]
ExecStart=/usr/sbin/sbl
[Install]
WantedBy=multi-user.target