blob: c8dea0f6b3fc80256ff17854262cac236443ec21 [file] [log] [blame]
[Unit]
Description=Hello World HTTP
Requires=network.target
After=multi-user.target
[Service]
Type=simple
ExecStart=/usr/local/bin/httpserver
[Install]
WantedBy=multi-user.target