0e927c7a17
- Add missing build deps. - Remove redundant build deps. - Enable OpenMP. - Added a runit service for the network daemon. Close #748
3 lines
53 B
Bash
3 lines
53 B
Bash
#!/bin/sh
|
|
mkdir -m0700 -p /run/wesnoth
|
|
exec wesnothd
|