Acces-libre : Raspberry Pi integration #8

Merged
n07070 merged 16 commits from acces-libre into master 2026-03-30 11:06:05 +02:00
Showing only changes of commit 67b7de11e9 - Show all commits

12
littleprynter.service Normal file
View File

@@ -0,0 +1,12 @@
[Unit]
Description=LittlePrynter
After=network.target
[Service]
Type=simple
WorkingDirectory=/home/pi/littleprynter/
Environment=FLASK_APP=src/main.py
ExecStart=/home/pi/littleprynter/bin/flask run --host 0.0.0.0 --debug --no-reload
[Install]
WantedBy=multi-user.target