summarylogtreecommitdiffstats
path: root/boxcars.service
blob: 67fd9de74cab921443f8fc9dd9cec145c58207ce (plain)
1
2
3
4
5
6
7
8
9
[Unit]
Description=Easy-to-configure Static Web & Reverse Proxy Server in Go
After=network.target

[Service]
ExecStart=/usr/bin/boxcars -port=80 -uid=99 -gid=99 -secure /etc/boxcars.json

[Install]
WantedBy=multi-user.target