You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

14 lines
258 B

  1. [Unit]
  2. Description=MQTTnetServer
  3. After=network.target
  4. [Service]
  5. ExecStart=/opt/MQTTnetServer/MQTTnet.Server
  6. WorkingDirectory=/opt/MQTTnetServer
  7. StandardOutput=inherit
  8. StandardError=inherit
  9. Restart=always
  10. User=mqttnetsrv
  11. [Install]
  12. WantedBy=multi-user.target