blob: 4158e20763d040d3b738b2531cb0bb97813d2c76 (
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"
}
|