I'm running Kolab on Debian 9, wallace is:
||/ Name Version Architektur Beschreibung +++-==================-===================-===================-============ ii wallace 0.8.11-0~kolab3 all Kolab Content-Filter
Wallace has the following processes running:
# ps aux | grep wallace kolab 24174 0.0 0.6 496476 19988 ? Sl 21:43 0:00 /usr/bin/python /usr/sbin/wallaced -l warning --fork --user kolab kolab 24175 0.0 0.5 201548 18464 ? S 21:43 0:00 /usr/bin/python /usr/sbin/wallaced -l warning --fork --user kolab kolab 24176 0.0 0.5 201548 18472 ? S 21:43 0:00 /usr/bin/python /usr/sbin/wallaced -l warning --fork --user kolab kolab 24177 0.0 0.5 201548 18468 ? S 21:43 0:00 /usr/bin/python /usr/sbin/wallaced -l warning --fork --user kolab kolab 24178 0.0 0.5 201548 18468 ? S 21:43 0:00 /usr/bin/python /usr/sbin/wallaced -l warning --fork --user kolab kolab 24183 0.0 0.6 496476 18624 ? S 21:43 0:00 /usr/bin/python /usr/sbin/wallaced -l warning --fork --user kolab root 24227 0.0 0.0 14316 1028 pts/2 S+ 21:43 0:00 grep wallace
After "systemctl stop wallace.service" we have one process left:
# ps aux | grep wallace kolab 24183 0.0 0.6 496476 18624 ? S 21:43 0:00 /usr/bin/python /usr/sbin/wallaced -l warning --fork --user kolab root 24719 0.0 0.0 14316 940 pts/2 S+ 21:43 0:00 grep wallace `
Wallace is started with an init-script, not a systemd unit.