2ec9f9e661
Signed-off-by: Xe <me@christine.website>
12 lines
200 B
SYSTEMD
12 lines
200 B
SYSTEMD
[Unit]
|
|
Description=The Printerfacts service
|
|
|
|
[Service]
|
|
DynamicUser=yes
|
|
Environment=PORT=32042
|
|
WorkingDir=@printerfacts@
|
|
ExecStart=@printerfacts@/bin/printerfacts
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|