2023-11-09 16:39:31 -05:00
|
|
|
[Unit]
|
|
|
|
Description=Listening P1AM output
|
|
|
|
After=network.target # Adjust the target as needed
|
|
|
|
|
|
|
|
[Service]
|
2024-05-09 15:16:30 -04:00
|
|
|
ExecStart=/home/pi03/Multi-SNICS_Interlock/Listen2Arduino.py
|
2023-11-09 16:39:31 -05:00
|
|
|
#WorkingDirectory=/home/pi02/Multi-SNICS_Interlock/ # Optional, set the working directory
|
|
|
|
#Restart=always
|
|
|
|
#StartLimitIntervalSec=10
|
|
|
|
#StartLimitBurst=5
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|