You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/profiles/templates/3.6/5_ac_client_configure/nscd.stop

13 lines
755 B

# Calculate exec=/bin/bash module(client)!=&&client.os_remote_auth==&&client.ac_client_configure==on||merge(sys-apps/calculate-utils)!=&&module(client)==&&ini(merge-calculate.client)!=
#?cl_system_boot_set==off&&module(client)!=&&client.ac_client_configure==on&&client.os_remote_auth==||cl_system_boot_set==off&&merge(sys-apps/calculate-utils)!=&&module(client)==&&ini(merge-calculate.client)!=#
(/etc/init.d/nscd status && /etc/init.d/nscd stop ) &>/dev/null
#cl_system_boot_set#
#?cl_system_boot_set==on&&module(client)!=&&client.os_remote_auth==&&client.ac_client_configure==on#
pidfile="/var/run/nscd/nscd.pid"
[[ -f $pidfile ]] && start-stop-daemon --stop --quiet \
--exec /usr/sbin/nscd --pidfile ${pidfile} &>/dev/null
#cl_system_boot_set#
true