diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-11-14 12:52:11 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-11-14 12:52:11 +0200 |
| commit | c3e732caed3b257f70ec6048b657774c16f0bf6a (patch) | |
| tree | 6073152e2274fb8ff4436e4d73c769145639828d /flightradar24.install | |
| parent | 874e9cb5eec5b61fb32d72c53cc81cf61863369b (diff) | |
Add proper fr24feed directories and configs
Diffstat (limited to 'flightradar24.install')
| -rw-r--r-- | flightradar24.install | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/flightradar24.install b/flightradar24.install new file mode 100644 index 0000000..4158e20 --- /dev/null +++ b/flightradar24.install @@ -0,0 +1,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" +} |
