Created
February 9, 2016 14:06
-
-
Save syxolk/0ae24b83e18c42db9afe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
ENABLE=1 | |
CONFIG_REPO=phibedy.config_auto_drive.d6c3c3 | |
ARGS="-c new_car --flags norender,sendData" | |
USER=odroid | |
if [ $ENABLE -eq 1 ]; then | |
daemon --name=lms --user=$USER --attempts=1 --delay=5 --output=/tmp/lms.log --respawn -- /home/$USER/$CONFIG_REPO/run $ARGS | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment