We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d961538 commit 44e48f0Copy full SHA for 44e48f0
rpm/fs/etc/rc.d/init.d/mad
@@ -69,7 +69,7 @@ start() {
69
warning "$prog: already running"
70
else
71
cd "$dir"
72
- su "$user" -s /bin/sh -c "nice $exec ${APP_PARAMS} ${ADDITIONAL_APP_PARAMS} >> $log_dir/system.out 2>&1 & echo \$! > $pid_file"
+ su "$user" -s /bin/sh -c "nice $exec ${APP_PARAMS} ${ADDITIONAL_APP_PARAMS} >> $log_dir/system.out 2>&1 & echo \$!" > $pid_file
73
if ! is_running; then
74
failure "$prog did not start"
75
retval=1
0 commit comments