summaryrefslogtreecommitdiffstats
path: root/roles/pad/templates/etherpad.service
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2025-09-22 14:28:30 -0400
committerSacha Chua <sacha@sachachua.com>2025-09-22 14:28:30 -0400
commit5c81e73d546fbc804477f4c4a5145400e2daac3e (patch)
tree0fbc2edf0b4952f15f0151e1f9a9f40df3bc1d64 /roles/pad/templates/etherpad.service
parent8f272a96965fb15be36ce3666e1f7533353759b0 (diff)
downloademacsconf-ansible-5c81e73d546fbc804477f4c4a5145400e2daac3e.tar.xz
emacsconf-ansible-5c81e73d546fbc804477f4c4a5145400e2daac3e.zip
Switch to systemli.etherpad role: currently installs etherpad 2.5.0
Diffstat (limited to 'roles/pad/templates/etherpad.service')
-rw-r--r--roles/pad/templates/etherpad.service17
1 files changed, 0 insertions, 17 deletions
diff --git a/roles/pad/templates/etherpad.service b/roles/pad/templates/etherpad.service
deleted file mode 100644
index bcc45d1..0000000
--- a/roles/pad/templates/etherpad.service
+++ /dev/null
@@ -1,17 +0,0 @@
-# {{ ansible_managed }}
-
-[Unit]
-Description=Etherpad
-After=syslog.target network.target
-
-[Service]
-Type=simple
-User={{ etherpad_user }}
-Group={{ etherpad_group }}
-WorkingDirectory={{ etherpad_path }}
-ExecStart=node {{ etherpad_path }}/node_modules/ep_etherpad-lite/node/server.js
-Environment=NODE_ENV=production
-Restart=always
-
-[Install]
-WantedBy=multi-user.target