Skip to content

Instantly share code, notes, and snippets.

@azmeuk
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save azmeuk/9740848 to your computer and use it in GitHub Desktop.
Save azmeuk/9740848 to your computer and use it in GitHub Desktop.
conquest-pacs.sh.patch Patch
--- conquest-pacs.sh 2013-10-13 22:34:39.000000000 +0200
+++ conquest-pacs.sh 2014-03-24 15:05:48.397034507 +0100
@@ -84,7 +84,7 @@
--exec $DAEMON -- $ARGS
sleep 1
start-stop-daemon --start --quiet --pidfile $PIDFILE \
- --chuid conquest --chdir $HOME --exec $DAEMON -- $ARGS
+ --chuid $PACSUSER --chdir $HOME --exec $DAEMON -- $ARGS
echo "$NAME."
;;
*)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment