feat: intercom for Raspberry 4 and below (GPIO library)
This commit is contained in:
14
parole.service
Normal file
14
parole.service
Normal file
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=Parole
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/parole -la -d plughw:1,0
|
||||
WorkingDirectory=/home/pi
|
||||
StandardOutput=inherit
|
||||
StandardError=inherit
|
||||
Restart=always
|
||||
User=pi
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user