[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE:conflict between system user and normal user



> Just use a generic name and be done with it.

sorry, what do you mean by generic ?

> The name should not be hardcoded - if it is, patch upstream in each
> case and fix it. Don't waste your time and user time on a hacky
> workaround - fix the code.


no, the name is not hard coded by the upstream. I start "daemon" with start-stop-daemon with this command

        start-stop-daemon --start --quiet --chuid tango:tango --background \
            --make-pidfile --pidfile $PIDFILE --exec $DAEMON -- $DAEMON_ARGS \
            || return 2

So it is hardcoded in the package not by the mainstream author.

Cheers

Fred

Reply to: