blob: 167fab4836c815c92c74b080a77aa7aadd7cc7c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
post_install() {
echo "
========================================================================
To start rtapp you must start the systemctl timer:
systemctl start rtapp.timer
Then you can enable the service at boot:
systemctl enable rtapp.timer
Please look at the readme file
/usr/share/doc/rtapp/readme.txt
before using it
========================================================================
"
}
|