diff --git a/aiscot/__init__.py b/aiscot/__init__.py index 3043682..18aa832 100644 --- a/aiscot/__init__.py +++ b/aiscot/__init__.py @@ -19,7 +19,7 @@ """AISCOT: Display Ships in TAK - AIS to TAK Gateway""" -__version__ = "6.0.0-beta5" +__version__ = "6.0.0-beta6" # Python 3.6 test/build work-around: try: diff --git a/debian/aiscot.postinst b/debian/aiscot.postinst index 0515f64..d674a0d 100644 --- a/debian/aiscot.postinst +++ b/debian/aiscot.postinst @@ -72,8 +72,10 @@ fi systemctl enable aiscot.service -echo "aiscot has been installed." -echo "Configure: sudo nano /etc/default/aiscot" -echo "Start: sudo systemctl start aiscot.service" +echo "---- AISCOT Install Complete ----" +echo "Documentation: https://aiscot.rtfd.io/" +echo "Configure aiscot: sudo nano /etc/default/aiscot" +echo "Start aiscot: sudo systemctl start aiscot.service" +echo "Logs: sudo journalctl -fu aiscot" exit 0 diff --git a/debian/aiscot.service b/debian/aiscot.service index eef888f..b98b8c3 100644 --- a/debian/aiscot.service +++ b/debian/aiscot.service @@ -16,14 +16,14 @@ # [Unit] -Description=AISCOT: AIS to TAK Gateway - Display Ships in TAK +Description=AISCOT: Display Ships in TAK - AIS to TAK Gateway. Documentation=https://github.com/snstac/aiscot Wants=network.target After=network.target [Service] User=aiscot -ExecStart=/usr/local/bin/aiscot +ExecStart=/usr/bin/aiscot RuntimeDirectory=aiscot SyslogIdentifier=aiscot EnvironmentFile=/etc/default/aiscot diff --git a/docs/configuration.md b/docs/configuration.md index 698c9c9..f5a0404 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -37,6 +37,11 @@ AISCOT has the following built-in configuration parameters: Override COT Event Type ("marker type"). +* **`COT_ICON`**: + * Default: + + Set a custom user icon / custom marker icon in TAK. Contains a Data Package UUID and resource name (file name). + * **`KNOWN_CRAFT`**: * Default: unset