summarylogtreecommitdiffstats
path: root/nexus-oss.install
diff options
context:
space:
mode:
authorpappy2018-03-12 10:33:04 +0200
committerpappy2018-03-12 10:33:04 +0200
commit43a53a963c61045b6100a5164a05c0814a30e00e (patch)
tree04b38bd0bea310deaa5d1e2f9670b502a0b1918e /nexus-oss.install
parent70c077ab613ce37359bf3daa75494386e3322a34 (diff)
downloadaur-43a53a963c61045b6100a5164a05c0814a30e00e.tar.gz
upgraded to 3.9.0-01
Diffstat (limited to 'nexus-oss.install')
-rw-r--r--nexus-oss.install3
1 files changed, 2 insertions, 1 deletions
diff --git a/nexus-oss.install b/nexus-oss.install
index 26474658244a..e59efb1189ac 100644
--- a/nexus-oss.install
+++ b/nexus-oss.install
@@ -39,10 +39,11 @@ EOF
pre_remove()
{
- systemctl stop nexus-oss
+ systemctl disable --now nexus-oss
}
post_remove()
{
systemctl daemon-reload
}
+