Add python3.8 to configure.ac, some minor formating and solve one TODO.
[oweals/gnunet.git] / contrib / alpine / gnunet / gnunet-system-services.initd
1 #!/sbin/openrc-run
2 # Contributor: xrs <xrs@mail36.net>
3 # Maintainer: xrs <xrs@mail36.net>
4
5 name="gnunet-system-service"
6 description="A secure and privacy enhancing peer-to-peer overlay network"
7 command="/usr/lib/gnunet/libexec/gnunet-service-arm"
8 command_args="-c /etc/gnunet.conf"
9 command_user="gnunet:gnunet"
10 command_background="yes"
11 pidfile="/run/${SVCNAME}.pid"
12
13 depend() {
14         need net
15         before gnunet-user-services
16 }