samba4: remove double quotes for renice
authorOever González <notengobattery@gmail.com>
Sun, 1 Sep 2019 05:02:04 +0000 (23:02 -0600)
committerJan Pavlinec <jan.pavlinec@nic.cz>
Wed, 4 Sep 2019 11:29:33 +0000 (13:29 +0200)
commitc45974d0a32498810f305cb26746f45045b38008
tree02165a843a6489887c0c125783267dddec165ee7
parentf90dfb1de92f9373cc8a8a7518be49c33367015d
samba4: remove double quotes for renice

The double quote thells the shell that the list returned from `pidof` is a
single argument, therefore, `renice` will cry about a malformed input.
With this commit, `renice` will be applied correctly to all the returned PIDs
from `pidof`.

The output of `renice` for the quoted list is as follows:
`renice: invalid number '6592 6587 6586 6574'`
`renice` does not show and does apply the nice value if the list is unquoted.

Signed-off-by: Oever González <notengobattery@gmail.com>
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
net/samba4/files/samba.init