Add Rocket config parameters to service file

That way also the listening address, port, etc. can be configured.
This commit is contained in:
finga 2021-03-22 10:07:14 +01:00
parent 3dae942b7e
commit 0724da9ff5

View file

@ -9,6 +9,8 @@ Type=simple
User=webhookey
Group=webhookey
Restart=always
Environment=ROCKET_ADDRESS=127.0.0.1 ROCKET_PORT=8000
# Environment=ROCKET_ADDRESS=127.0.0.1 ROCKET_PORT=8000 ROCKET_TLS={certs="/path/to/certs.pem",key="/path/to/key.pem"}
[Install]
WantedBy=multi-user.target