File: rpcbind.rpcbind-boot.upstart

package info (click to toggle)
rpcbind 0.2.3-0.6
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 992 kB
  • ctags: 667
  • sloc: ansic: 5,572; sh: 1,372; makefile: 121
file content (12 lines) | stat: -rw-r--r-- 230 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# portmap-boot

description "Upstart job to start rpcbind on boot only"
author "Clint Byrum"

emits start-rpcbind

start on virtual-filesystems and net-device-up IFACE=lo

task

exec initctl emit --no-wait start-rpcbind ON_BOOT=y