finalize reader service

This commit is contained in:
David Rodenkirchen
2026-04-02 08:55:41 +02:00
parent 7c1cc2f538
commit 63d7c890d5
5 changed files with 42 additions and 15 deletions
+18
View File
@@ -0,0 +1,18 @@
[Unit]
Description=NFC Reader Service
After=network.target
[Service]
Type=simple
User=ezgg
WorkingDirectory=/opt/nfc
ExecStart=/opt/nfc/venv/bin/python /opt/nfc/NfcReaderService.py
Restart=always
RestartSec=2
Environment=PYTHONUNBUFFERED=1
[Install]
WantedBy=multi-user.target