~upstart-devel/upstart/upstart-jobs

« back to all changes in this revision

Viewing changes to lib/systemd/system/bcfg2.service

  • Committer: Dimitri John Ledkov
  • Date: 2014-05-06 18:45:46 UTC
  • Revision ID: dimitri.ledkov@canonical.com-20140506184546-5toyx56xxrue0f0v
auto update

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[Unit]
2
 
Description=Bcfg2 configuration client
3
 
After=network.target
4
 
 
5
 
[Service]
6
 
Type=oneshot
7
 
StandardOutput=syslog
8
 
StandardError=syslog
9
 
EnvironmentFile=-/etc/default/bcfg2
10
 
ExecStart=/usr/sbin/bcfg2 $BCFG2_OPTIONS
11
 
RemainAfterExit=yes
12
 
 
13
 
[Install]
14
 
WantedBy=multi-user.target