1 2 3 4 5 6 7 8 9 10 11
[Unit] Description=Web server serving blank html [Service] Type=simple User=kwakd ExecStart=/usr/bin/kwakd -p 80 Restart=on-failure [Install] WantedBy=multi-user.target