]> git.sur5r.net Git - bacula/bacula/commit
Use start-stop-daemon handler to run daemons as bacula:bacula
authorEric Bollengier <eric@eb.homelinux.org>
Wed, 6 Oct 2010 15:57:10 +0000 (17:57 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Wed, 6 Oct 2010 15:58:57 +0000 (17:58 +0200)
commitf525621c19e5d3fdb00cbfaebdf484aacaf23f75
treebc8b4a82accf1cffee724558eedaa88e22cd93e7
parentf7c0b3fec39e4f4f85894bfda8cb85cbf9cbb138
Use start-stop-daemon handler to run daemons as bacula:bacula

When the program is started as root, and we call setuid/setgid,
we can no longer call ptrace to get some backtrace.

Using debian/ubuntu start-stop-daemon permits to run directly the
director/sd as bacula:bacula.
bacula/platforms/debian/bacula-dir.in
bacula/platforms/debian/bacula-fd.in
bacula/platforms/debian/bacula-sd.in
bacula/platforms/ubuntu/bacula-dir.in
bacula/platforms/ubuntu/bacula-fd.in
bacula/platforms/ubuntu/bacula-sd.in