aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThom Wiggers2014-12-31 15:18:38 +0100
committerThom Wiggers2014-12-31 15:18:38 +0100
commit37e564cdef53cbeaf5c1abbd3f82b2cad3f9ecc3 (patch)
tree66f9a2df8ea9d7085ac5ca110ce72e0ac8b52f94
parenta26a9daed00686006ee6e6a6dabea5915a225d04 (diff)
downloadaur-37e564cdef53cbeaf5c1abbd3f82b2cad3f9ecc3.tar.gz
Fix daemon-reload
-rw-r--r--subsonic-beta.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/subsonic-beta.install b/subsonic-beta.install
index bfa017e27083..17140ffa32c0 100644
--- a/subsonic-beta.install
+++ b/subsonic-beta.install
@@ -18,6 +18,7 @@ post_install() {
echo "* Edit /etc/subsonic.conf to configure subsonic *"
echo "*************************************************"
+ systemctl daemon-reload
}
post_remove() {
@@ -55,7 +56,6 @@ post_upgrade() {
echo " You might need to change configs"
fi
- systemctl daemon-reload
if [ -e /tmp/subsonic-was-active ]; then
echo "Starting subsonic"
systemctl start subsonic