Multi-SNICS_Interlock/listen2relay.service

14 lines
364 B
SYSTEMD
Raw Permalink Normal View History

[Unit]
Description=Listening tritium monitor output
After=network.target # Adjust the target as needed
[Service]
ExecStart=/home/pi03/Multi-SNICS_Interlock/serial_relay.py
#WorkingDirectory=/home/pi02/Multi-SNICS_Interlock/ # Optional, set the working directory
#Restart=always
#StartLimitIntervalSec=10
#StartLimitBurst=5
[Install]
WantedBy=multi-user.target