~upstart-devel/upstart/upstart-jobs

« back to all changes in this revision

Viewing changes to vivid/etc/init/rpcbind-boot.conf

  • Committer: Dimitri John Ledkov
  • Date: 2014-11-19 12:58:41 UTC
  • Revision ID: dimitri.j.ledkov@intel.com-20141119125841-98dr37roy8dvcv3b
auto update

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# portmap-boot
 
2
 
 
3
description "Upstart job to start rpcbind on boot only"
 
4
author "Clint Byrum"
 
5
 
 
6
emits start-rpcbind
 
7
 
 
8
start on virtual-filesystems and net-device-up IFACE=lo
 
9
 
 
10
task
 
11
 
 
12
exec initctl emit --no-wait start-rpcbind ON_BOOT=y