mic.service 210 B

123456789101112
  1. [Unit]
  2. Description=Microphones feed service
  3. After=syslog.target network.target
  4. [Service]
  5. Type=simple
  6. ExecStart=/home/curso/snowmix/mic1/mic.py
  7. Restart=always
  8. RestartSec=3
  9. [Install]
  10. WantedBy=multi-user.target