14 lines
364 B
SYSTEMD
14 lines
364 B
SYSTEMD
|
[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
|