blob: e0d19f2eee88dc6a2b79b56ce6e57a5e85331ac9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
show_mesage () {
cat <<-EOF
A systemd template unit has been installed, which can be used to make
dqcache read different configuration files. To use /etc/dqcache/default.conf
run:
systemctl enable dqcache@default.socket
systemctl start dqcache@default.socket
Make sure to check and edit the configuration file to suit your needs.
EOF
}
|