Bug#782993: service/invoke-rc.d: force-reload wrongly mapped to systemctl restart

2015-04-20 Thread Michael Biebl
Am 20.04.2015 um 11:13 schrieb Ansgar Burchardt: Package: sysvinit-utils Version: 2.88dsf-59 Severity: normal File: /usr/sbin/service service uses the following logic: + | force-reload) | _canreload=$(systemctl -p CanReload show ${UNIT} 2/dev/null) | if [

Bug#782993: service/invoke-rc.d: force-reload wrongly mapped to systemctl restart

2015-04-20 Thread Ansgar Burchardt
Package: sysvinit-utils Version: 2.88dsf-59 Severity: normal File: /usr/sbin/service service uses the following logic: + | force-reload) | _canreload=$(systemctl -p CanReload show ${UNIT} 2/dev/null) | if [ $_canreload = CanReload=no ]; then | exec

Bug#782993: service/invoke-rc.d: force-reload wrongly mapped to systemctl restart

2015-04-20 Thread Ansgar Burchardt
Hi, On 04/20/2015 03:07 PM, Michael Biebl wrote: Am 20.04.2015 um 11:13 schrieb Ansgar Burchardt: This maps service atd force-reload to systemctl restart atd which *starts* atd if it is not already running. However LSB says: +--- | force-reload: cause the configuration to be reloaded if the