From 42f213ff7a206f928935eb4656b85da7681f8c8b Mon Sep 17 00:00:00 2001 From: PM Kuipers Date: Mon, 23 Jan 2023 19:23:23 +0100 Subject: [PATCH] systemd unit typo fix --- debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/postinst b/debian/postinst index 92731d8..7f56873 100755 --- a/debian/postinst +++ b/debian/postinst @@ -20,7 +20,7 @@ set -e case "$1" in configure) - systemctl enable mediaserver.service + systemctl enable mediaserver ;; abort-upgrade|abort-remove|abort-deconfigure)