#!/bin/bash

. ${TOOLKIT}-functions.sh

file="/etc/default/$MODNAME"

[ -f "$file" ] || {
	installfile "$MODNAME.default" "$file" root:root 640
}


# populate init.d directory
#
add_init_script 21 $MODNAME


# 2024-01-04 lc
# - nope! don't destroy already running sessions!
##$SOMETHING_CHANGED && {
	##/etc/init.d/$MODNAME restart || :
##}
exit 0
