yaskkserv.initd 331 B

1234567891011121314
  1. #!/sbin/openrc-run
  2. # Copyright 1999-2016 Gentoo Foundation
  3. # Distributed under the terms of the GNU General Public License v2
  4. command=/usr/sbin/${SVCNAME}_${YASKKSERV_SERVER_TYPE}
  5. command_args="--no-daemonize ${YASKKSERV_OPTS}"
  6. command_background="true"
  7. pidfile=${pidfile:-/run/${SVCNAME}.pid}
  8. depend() {
  9. need net
  10. use logger
  11. }