summaryrefslogtreecommitdiffhomepage
path: root/debian/webserver.service
blob: fc30893c4a5c1a7b32cadb656caf267b14d8e78c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Webserver
After=network.target

[Service]
Type=simple
# Restart=always
ExecStart=/usr/bin/webserver 127.0.0.1 80 /tmp 10
#User=www-data
#Group=www-data

[Install]
WantedBy=multi-user.target