summarylogtreecommitdiffstats
path: root/sysusers.conf
diff options
context:
space:
mode:
authorEinhard Leichtfuß2020-03-27 09:21:05 +0100
committerEinhard Leichtfuß2020-03-27 09:21:05 +0100
commitcdff73bd03dbc43b75e6afa3873a5030bb907c29 (patch)
tree9c03f1fb8c01599428a60d293cd73c34a45f8e3f /sysusers.conf
parentde47ceeb0f550af7bf92828f516020204c1babb8 (diff)
downloadaur-cdff73bd03dbc43b75e6afa3873a5030bb907c29.tar.gz
Use the file hierarchy system
Install most of the package to /usr/share/webapps/codimd instead of /opt/codimd. The configuration files are now installed in /etc/codimd/ (and symlinked from /usr/share/webapps/codimd). The public/uploads folder is now created using tmpfiles.d such that the codimd user can write to it. It is also symlinked from the main installation path. Further: * The node build dependencies are now removed in the resulting package. * An .install file prints some adapted upstream recommendations. * Some node dependencie's Makefile that contains a reference to $pkgdir is removed. * The systemd service file now uses node directly instead of npm.
Diffstat (limited to 'sysusers.conf')
-rw-r--r--sysusers.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysusers.conf b/sysusers.conf
index e65953467c67..413fb69ef3f4 100644
--- a/sysusers.conf
+++ b/sysusers.conf
@@ -1 +1 @@
-u codimd - "CodiMD user"
+u codimd - "CodiMD user"