summarylogtreecommitdiffstats
path: root/ardor.default
diff options
context:
space:
mode:
authorIsabell Cowan2018-10-28 10:38:13 -0500
committerIsabell Cowan2018-10-28 10:40:14 -0500
commit5a7a564fc75c8938800c406806f2e36d89a91350 (patch)
tree8d33cf0a11bd15ee85a07ed93b84a73e3cb4d723 /ardor.default
downloadaur-5a7a564fc75c8938800c406806f2e36d89a91350.tar.gz
Initial Commit, version 2.1.2-1.
* Migrated from https://aur.archlinux.org/ardor.git. * Created ardor user and group for process to run. * Locked down system with systemd service. * Configured JVM options with an environment file. * Created a ardor desktop file to open the ardor wallet. * Moved log and database directories to /var. * Locked down ardor write access to just nxt_db, logs, and conf/data. * Installed licenses in the correct location. * Various other improvements.
Diffstat (limited to 'ardor.default')
-rw-r--r--ardor.default5
1 files changed, 5 insertions, 0 deletions
diff --git a/ardor.default b/ardor.default
new file mode 100644
index 000000000000..a84ecdd301c6
--- /dev/null
+++ b/ardor.default
@@ -0,0 +1,5 @@
+# /etc/default/ardor
+
+ARDOR_JVM_OPTS="-Xms256M -cp classes:lib/*:conf:addons/classes:addons/lib/*"
+
+# vim: set syn=config: