prevent misunderstandings

This commit is contained in:
Matthias Wirth
2020-05-22 05:17:34 +02:00
parent b51962e565
commit d96d8ffef1
2 changed files with 4 additions and 3 deletions

View File

@@ -145,8 +145,9 @@ fi
# copy over base files
cp default install.sh uninstall.sh LICENSE README.md \
$ipath
cp install.sh uninstall.sh LICENSE README.md $ipath
cp default $ipath/example_config_dont_edit
rm -f $ipath/default
services=""

View File

@@ -9,7 +9,7 @@ User=tar1090
SyslogIdentifier=SERVICE
RuntimeDirectory=SERVICE
RuntimeDirectoryMode=0755
EnvironmentFile=/usr/local/share/tar1090/default
EnvironmentFile=/usr/local/share/tar1090/example_config_dont_edit
EnvironmentFile=/etc/default/SERVICE
ExecStart=/usr/local/share/tar1090/tar1090.sh /run/SERVICE SOURCE_DIR "$INTERVAL" "$HISTORY_SIZE" "$CHUNK_SIZE" "$ENABLE_978" "$URL_978" "$INT_978" "$PF_URL" "$COMPRESS_978"
Type=simple