summarylogtreecommitdiffstats
path: root/etherpad-lite-tmpfiles.conf
diff options
context:
space:
mode:
authorDavid Runge2017-12-22 16:58:37 +0100
committerDavid Runge2017-12-22 16:58:37 +0100
commite7889cf70aa07d63b5198c87ba66ad9ea06ece7d (patch)
tree14eee766d5068d982b5ee0d67be63186d52c1ff0 /etherpad-lite-tmpfiles.conf
parent0cc657461b7220674a2a75a01bfbf31873037a32 (diff)
downloadaur-e7889cf70aa07d63b5198c87ba66ad9ea06ece7d.tar.gz
PKGBUILD: Updating to 1.6.2. Switching to static install by using systemd-sysusers, StateDirectory and systemd-tmpfiles.
Removing unneeded scripts and directly running server.js via node. etherpad-lite.service: Moving to user/group etherpad-lite. Adding StateDirectory, CacheDirectory, LogDirectory and security features. etherpad-lite-tmpfiles.conf: Adding configuration for tmpfiles.d for configuration files in /etc/etherpad-lite. etherpad-lite-sysusers.conf: Adding user/group etherpad-lite as DynamicUser. etherpad-lite.install: Removing obsolete install file.
Diffstat (limited to 'etherpad-lite-tmpfiles.conf')
-rw-r--r--etherpad-lite-tmpfiles.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/etherpad-lite-tmpfiles.conf b/etherpad-lite-tmpfiles.conf
new file mode 100644
index 000000000000..a589582e75ff
--- /dev/null
+++ b/etherpad-lite-tmpfiles.conf
@@ -0,0 +1,9 @@
+d /etc/etherpad-lite 0750 etherpad-lite etherpad-lite -
+z /etc/etherpad-lite/settings.json 0640 etherpad-lite etherpad-lite -
+d /etc/etherpad-lite/custom 0750 etherpad-lite etherpad-lite -
+z /etc/etherpad-lite/custom/index.js 0644 etherpad-lite etherpad-lite -
+z /etc/etherpad-lite/custom/pad.js 0644 etherpad-lite etherpad-lite -
+z /etc/etherpad-lite/custom/timeslider.js 0644 etherpad-lite etherpad-lite -
+z /etc/etherpad-lite/custom/index.css 0644 etherpad-lite etherpad-lite -
+z /etc/etherpad-lite/custom/pad.css 0644 etherpad-lite etherpad-lite -
+z /etc/etherpad-lite/custom/timeslider.css 0644 etherpad-lite etherpad-lite -