summarylogtreecommitdiffstats
path: root/eruption.install
diff options
context:
space:
mode:
Diffstat (limited to 'eruption.install')
-rw-r--r--eruption.install2
1 files changed, 2 insertions, 0 deletions
diff --git a/eruption.install b/eruption.install
index 505f93cf28fc..488569b88283 100644
--- a/eruption.install
+++ b/eruption.install
@@ -3,6 +3,7 @@ post_install() {
systemctl daemon-reload
systemctl --global daemon-reload
+ # systemctl --user daemon-reload
systemctl preset eruption
systemctl preset eruption-audio-proxy
@@ -21,6 +22,7 @@ post_upgrade() {
systemctl daemon-reload
systemctl --global daemon-reload
+ # systemctl --user daemon-reload
systemctl try-restart eruption.service
systemctl --global try-restart eruption-audio-proxy.service