blob: b5c131dab314af0a94708280ee63e888f7fb1149 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Unit]
Description=A gemini server
After=network.target network-online.target nss-lookup.target
[Service]
Environment=RUST_LOG=info
ExecStart=/usr/bin/pldsrv
[Install]
WantedBy=multi-user.target
|