gssproxy.initd 279 B

12345678910111213141516
  1. #!/sbin/openrc-run
  2. # Copyright 1999-2016 Gentoo Foundation
  3. # Distributed under the terms of the GNU General Public License v2
  4. command="gssproxy"
  5. command_args="-D"
  6. pidfile="/var/run/gssproxy.pid"
  7. depend() {
  8. use logger
  9. }
  10. start_pre() {
  11. checkpath -d -m 0755 /var/lib/gssproxy
  12. }