blob: 48bf60afaa36cae36f635fedfae05cc440072725 (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
systemd-sysusers flightradar24.conf
systemd-tmpfiles --create flightradar24.conf
echo "==> To signup and configure fr24feed, run"
echo "==> "
echo "==> sudo -u fr24 fr24feed --signup --config-file=/etc/fr24feed/fr24feed.ini"
}
|