summarylogtreecommitdiffstats
path: root/neo4j.install
diff options
context:
space:
mode:
Diffstat (limited to 'neo4j.install')
-rw-r--r--neo4j.install3
1 files changed, 2 insertions, 1 deletions
diff --git a/neo4j.install b/neo4j.install
index a035c1724d8b..fbe06d3eb0a4 100644
--- a/neo4j.install
+++ b/neo4j.install
@@ -9,7 +9,8 @@
chown -R neo4j.neo4j /var/lib/neo4j
chown -R neo4j.neo4j /var/log/neo4j
chown -R neo4j.neo4j /etc/neo4j
- chown -R neo4j.neo4j /run/neo4j
+
+ /usr/bin/systemd-tmpfiles --create neo4j.conf
}
post_upgrade() {