/lib/systemd/system/mcollective-server-provisioner.service is in mcollective-server-provisioner 0.0.1~git20110120-0ubuntu5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | [Unit]
Description=mcollective server provisioner
ConditionFileNotEmpty=/etc/mcollective/provisioner.yaml
[Service]
ExecStart=/bin/sh -c "RUBYLIB=/usr/local/lib/site_ruby/1.8:$RUBYLIB /usr/bin/mcprovision"
Restart=on-failure
[Install]
WantedBy=multi-user.target
|