We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da206e6 commit fd541f3Copy full SHA for fd541f3
vlab-earlyoom/DEBIAN/control
@@ -1,5 +1,5 @@
1
Package: vlab-earlyoom
2
-Version: 1.0-1
+Version: 1.0-2
3
Section: base
4
Priority: optional
5
Architecture: all
vlab-earlyoom/DEBIAN/postinst
@@ -8,5 +8,5 @@ rm -f /tmp/vlab-earlyoom
8
9
if [ "$INSTALL_MODE" = "1" ]; then
10
echo "Enabling and starting earlyoom.service..."
11
- systemctl enable --now earlyoom.service
+ systemctl enable --now earlyoom.service || true
12
fi
0 commit comments