module.exports = [
  Object.assign({topic: 'ps', command: 'restart'}, cmd),
  Object.assign({topic: 'dyno', command: 'restart'}, cmd),
  Object.assign({topic: 'restart', hidden: true}, cmd)
]