summarylogtreecommitdiffstats
path: root/datomic.install
diff options
context:
space:
mode:
Diffstat (limited to 'datomic.install')
-rw-r--r--datomic.install5
1 files changed, 3 insertions, 2 deletions
diff --git a/datomic.install b/datomic.install
index 8d1387d6b7a2..6cabe4605eac 100644
--- a/datomic.install
+++ b/datomic.install
@@ -4,11 +4,12 @@ pre_install() {
post_install() {
chown -R datomic /var/lib/datomic
+ chown -R datomic /var/log/datomic
}
pre_remove() {
- systemctl stop datomic-free
- systemctl disable datomic-free
+ systemctl stop datomic
+ systemctl disable datomic
}
post_remove() {