[Unit]
Description=Webserver
After=network.target

[Service]
Type=simple
# Restart=always
ExecStart=/usr/bin/webserver -c /etc/webserver.conf

# webserver will lower privileges to www-data:www-data
#User=www-data
#Group=www-data

[Install]
WantedBy=multi-user.target