voice_system.service 279 B

12345678910111213
  1. [Unit]
  2. Description=power on startup voice system ros node - by corvin
  3. [Service]
  4. Type=simple
  5. Restart=always
  6. RestartSec=10
  7. ExecStart=/usr/sbin/voice_system_start
  8. ExecStop=/usr/sbin/voice_system_stop
  9. ExecRestart=/usr/sbin/voice_system_restart
  10. [Install]
  11. WantedBy=multi-user.target