--
You received this message because you are subscribed to the Google Groups "Salt-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to salt-users+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Dredging this one up from the mists of antiquity, so sorry for that, but:cquinn@virt2 ~ % ps aux |grep salt-minion 0 164 14:25:53 Sat 03-9-2013root 6334 0.0 0.0 673796 37928 ? Sl Mar08 0:01 /usr/bin/python /usr/bin/salt-minion -dcquinn@salt ~ % sudo salt 'virt2' service.restart "salt-minion"cquinn@salt ~ %cquinn@virt2 ~ % ps aux |grep salt-minion 0 165 14:25:58 Sat 03-9-2013root 6334 0.0 0.0 673796 37928 ? Sl Mar08 0:01 /usr/bin/python /usr/bin/salt-minion -dThis is on CentOS after updating both master and minion to 13.1, and hoping to avoid walking through all of my minions by hand to run the latest salt service. Master has already been restarted.-- Corey