diff --git a/man/location.1 b/man/kysdk-location.1 similarity index 100% rename from man/location.1 rename to man/kysdk-location.1 diff --git a/src/location/dbus_location.service b/src/location/dbus_location.service index f989d7d..c26ad38 100644 --- a/src/location/dbus_location.service +++ b/src/location/dbus_location.service @@ -6,7 +6,7 @@ Type=dbus Restart=always RestartSec=0 BusName=com.kysdk.location -ExecStart=/usr/bin/python3 /usr/bin/location.py +ExecStart=/usr/bin/python3 /usr/bin/kysdk-location [Install] WantedBy=multi-user.target diff --git a/src/location/location.py b/src/location/kysdk-location old mode 100644 new mode 100755 similarity index 97% rename from src/location/location.py rename to src/location/kysdk-location index 0dafc98..2d4afc4 --- a/src/location/location.py +++ b/src/location/kysdk-location @@ -1,4 +1,5 @@ -# -*- coding: UTF-8 -*- +#!/usr/bin/python3 +# -- coding: UTF-8 -- from base64 import decode from email.utils import getaddresses from time import sleep