cadey-printerfacts/systemd/printerfacts.service.in
Xe a367222014 portable service: add RUST_LOG
Signed-off-by: Xe <me@christine.website>
2022-03-03 22:34:10 +00:00

13 lines
226 B
SYSTEMD

[Unit]
Description=The Printerfacts service
[Service]
DynamicUser=yes
Environment=PORT=32042
Environment=RUST_LOG=info
WorkingDir=@printerfacts@
ExecStart=@printerfacts@/bin/printerfacts
[Install]
WantedBy=multi-user.target