Skip to content

Commit

Permalink
No restart cockpit (#10)
Browse files Browse the repository at this point in the history
* don't restart cockpit

* v1.7.3-3
  • Loading branch information
jxmx authored Jul 7, 2024
1 parent 0529c67 commit 2fa4f35
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
SRCNAME = asl3-pi-appliance
PKGNAME = $(SRCNAME)
RELVER = 1.7.3
DEBVER = 2
DEBVER = 3
RELPLAT ?= deb$(shell lsb_release -rs 2> /dev/null)

prefix ?= /usr
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
asl3-pi-appliance (1.7.3-3) stable; urgency=medium

* Don't restart cockpit in postinst

-- Jason McCormick <[email protected]> Sat, 06 Jul 2024 20:31:52 -0400

asl3-pi-appliance (1.7.3-2) stable; urgency=medium

* Enable echolink in debian postinst
Expand Down
1 change: 0 additions & 1 deletion debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ EOF

# Customize /etc/os-release
/usr/share/cockpit/branding/debian-AllStarLink/fix-os-release
deb-systemd-invoke restart cockpit

# Undo the previous swap manipulations
perl -pi -e 's/^CONF_SWAPSIZE/##CONF_SWAPSIZE/g' /etc/dphys-swapfile
Expand Down

0 comments on commit 2fa4f35

Please sign in to comment.