1
0
Fork 0
ContactPi/buttons.service

14 lines
237 B
SYSTEMD
Raw Permalink Normal View History

2019-11-01 10:34:57 -04:00
[Unit]
Description=OSC Button Watcher
After=multi-user.target
[Service]
Type=idle
2019-11-17 10:56:56 -05:00
User=pi
Group=gpio
2019-11-16 16:36:09 -05:00
WorkingDirectory=/home/pi/onsetswitch
2019-11-01 10:34:57 -04:00
ExecStart=/usr/bin/python3 /home/pi/onsetswitch/buttond.py
[Install]
WantedBy=multi-user.target