/usr/share/dirsrv/script-templates/template-start-slapd is in 389-ds-base 1.3.7.10-1ubuntu1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 | #!/bin/sh
# DEPRECATED - use /usr/sbin/start-dirsrv instead
INSTANCE={{SERV-ID}}
exec /usr/sbin/start-dirsrv -d {{INITCONFIG-DIR}} $INSTANCE "$@"
|