summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEinar Arnason2022-07-06 14:21:52 +0000
committerEinar Arnason2022-07-06 14:21:52 +0000
commit2e932fda0c848d368a1d97c473239d9d02ea2ed8 (patch)
tree5364f8fbd7586ac6dc0095cafa8fff1282849115
parentbf6e59d045450370cbdc3d4e58b110fe69f85c93 (diff)
downloadaur-2e932fda0c848d368a1d97c473239d9d02ea2ed8.tar.gz
Pacman refuses to handle /var/run/* dirs
-rw-r--r--emqx.install2
1 files changed, 0 insertions, 2 deletions
diff --git a/emqx.install b/emqx.install
index f85069f5b8ad..8e7bb3ce1398 100644
--- a/emqx.install
+++ b/emqx.install
@@ -8,7 +8,6 @@ post_install() {
useradd -r -s /usr/bin/nologin emqx
chown -R emqx:emqx /var/lib/emqx
- chown -R emqx:emqx /var/run/emqx
chown -R emqx:emqx /var/log/emqx
systemctl daemon-reload
}
@@ -23,7 +22,6 @@ post_install() {
## arg 2: the old package version
post_upgrade() {
chown -R emqx:emqx /var/lib/emqx
- chown -R emqx:emqx /var/run/emqx
chown -R emqx:emqx /var/log/emqx
systemctl daemon-reload
}