summaryrefslogtreecommitdiff
path: root/ansible
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-08-12 11:10:54 +0100
committerJoe Carstairs <me@joeac.net>2026-08-12 11:10:54 +0100
commit8c67975215e701e44edd50f7681fbea252ba9aff (patch)
treef5405b115fd8f04280d1f9bbbb4170456c8bedf8 /ansible
parent9bb0b7bab5e7d2bc441e65250c35f34e7975583f (diff)
removes redundant restart() declaration in etherpad openrc service
Diffstat (limited to 'ansible')
-rw-r--r--ansible/roles/etherpad/templates/openrc/etherpad8
1 files changed, 0 insertions, 8 deletions
diff --git a/ansible/roles/etherpad/templates/openrc/etherpad b/ansible/roles/etherpad/templates/openrc/etherpad
index 5c31e4b..36e36f0 100644
--- a/ansible/roles/etherpad/templates/openrc/etherpad
+++ b/ansible/roles/etherpad/templates/openrc/etherpad
@@ -26,11 +26,3 @@ stop()
--pidfile /run/etherpad.pid
eend $?
}
-
-restart()
-{
- ebegin "Restarting etherpad"
- svc_stop
- svc_start
- eend $?
-}