NFC-Tools/nfc-reader.service
2026-04-02 08:55:41 +02:00

19 lines
282 B
Desktop File

[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