aports/testing/freshrss/freshrss-openrc.post-install
2023-06-03 23:06:47 +02:00

11 lines
149 B
Bash
Executable file

#!/bin/sh
cat << EOF
*
* Point your web server to /run/freshrss/fastcgi.sock and
* start FreshRSS with
* /etc/init.d/freshrss start.
*
EOF
exit 0