aboutsummaryrefslogtreecommitdiffstats
path: root/simple-http-server-git/simple-http-server@.service
blob: ff8e1ede16832d6c39109edd936cdad216412c27 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Simple http server in Rust
After=network.target network-online.target nss-lookup.target

[Service]
WorkingDirectory=%f
ExecStart=/usr/bin/simple-http-server -p 80

[Install]
WantedBy=multi-user.target