Guest User

Untitled

a guest
Sep 28th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. QString soundApp = "/usr/bin/aplay";
  2. QStringList soundFile;
  3. soundFile << "/home/pi/urna-files/sources/som-longo.wav";
  4.  
  5. QProcess *playSound = new QProcess;
  6. playSound->start(soundApp, soundFile);
  7.  
  8. [Unit]
  9. Description=Voting Machine Launch Service
  10.  
  11. [Service]
  12. ExecStart=/home/pi/urna
  13. Restart=always
  14.  
  15. [Install]
  16. WantedBy=multi-user.target
Add Comment
Please, Sign In to add comment