git: fix build with with no threads
[buildroot-gz.git] / package / olsr / olsr.service
blob9ec893035218f01a03d93ea42074c21745039afb
1 [Unit]
2 Description=Ad-hoc wireless mesh routing daemon
3 After=network.target
5 [Service]
6 ExecStart=/usr/sbin/olsrd -nofork
7 Restart=always
9 [Install]
10 WantedBy=multi-user.target