1 2 3 4 5 6 7 8 9 10 11 12 13
[Unit] Description=An IoT webserver After=network.target [Service] User=webiot Group=webiot ExecStart=/usr/bin/webiot [Install] WantedBy=multi-user.target