Advertisement
oguiter

Untitled

Mar 8th, 2013
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. DAEMON=@installpath@/neard
  4. PIDFILE=/var/run/neard.pid
  5. DESC="Linux NFC daemon"
  6.  
  7. if [ -f /etc/default/neard ] ; then
  8. . /etc/default/neard
  9. fi
  10.  
  11. set -e
  12. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement