1
0
Fork 0
ContactPi/buttons.service

11 lines
180 B
SYSTEMD
Raw Normal View History

2019-11-01 10:34:57 -04:00
[Unit]
Description=OSC Button Watcher
After=multi-user.target
[Service]
Type=idle
ExecStart=/usr/bin/python3 /home/pi/onsetswitch/buttond.py
[Install]
WantedBy=multi-user.target