diff --git a/linux/debian/essentials/changelog b/linux/debian/essentials/changelog index 5834f18abf53ccff0018a1436cdb2cb9c3a18f7e..22131e675278d49a1fcedd0962d92d0a6e868bef 100644 --- a/linux/debian/essentials/changelog +++ b/linux/debian/essentials/changelog @@ -1,4 +1,4 @@ -cellframe-dashboard (2.0-9) develop; urgency=medium +cellframe-dashboard (2.0-10) develop; urgency=medium * fixed changelog diff --git a/linux/debian/essentials/control b/linux/debian/essentials/control index ce0eb1d99f6f6800564f2fda37a50ec3044e25b2..4ff5cb85dc9213e7b124f98055d4bb0cf9c946b7 100644 --- a/linux/debian/essentials/control +++ b/linux/debian/essentials/control @@ -3,8 +3,8 @@ Section: unknown Priority: optional Maintainer: Demlabs Support <support@demlabs.net> Build-Depends: debhelper (>= 9) -Standards-Version: 2.0-9 -Homepage: https://demlabs.net +Standards-Version: 2.0-10 +Homepage: https://cellframe.net Package: cellframe-dashboard Architecture: any diff --git a/linux/debian/essentials/share/CellFrameDashboard.desktop b/linux/debian/essentials/share/CellFrameDashboard.desktop index ba2a6153aa2ed7737079b867750e1cc429f16af2..eda8d72acf92917856775703582ede619054ffbd 100644 --- a/linux/debian/essentials/share/CellFrameDashboard.desktop +++ b/linux/debian/essentials/share/CellFrameDashboard.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Name=CellFrame Dashboard -Exec=/opt/cellframe-dashboard/bin/CellFrameDashboard +Exec=/opt/cellframe-dashboard/bin/CellFrame-Dashboard Icon=/opt/cellframe-dashboard/share/CellFrameDashboard.ico Terminal=false Type=Application diff --git a/linux/debian/essentials/share/init.d/cellframe-dashboard.service b/linux/debian/essentials/share/init.d/cellframe-dashboard.service index 00da6e14b1bf225c24171fc86bcc6fe097d7670f..1f627f507bea6965cfcc9b3379bb5e0cde8d34c8 100644 --- a/linux/debian/essentials/share/init.d/cellframe-dashboard.service +++ b/linux/debian/essentials/share/init.d/cellframe-dashboard.service @@ -7,8 +7,8 @@ Type=forking OOMScoreAdjust=-1000 #PIDFile=/opt/cellframe-dashboard/CellFrameDashboardService.pid WorkingDirectory=/opt/cellframe-dashboard/ -ExecStart=/opt/cellframe-dashboard/bin/CellFrameDashboardService -D -ExecStop=/opt/cellframe-dashboard/bin/CellFrameDashboardService --stop +ExecStart=/opt/cellframe-dashboard/bin/CellFrame-DashboardService -D +ExecStop=/opt/cellframe-dashboard/bin/CellFrame-DashboardService --stop Restart=always [Install]