diff options
| author | Joe Carstairs <me@joeac.net> | 2026-08-12 11:10:54 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-08-12 11:10:54 +0100 |
| commit | 8c67975215e701e44edd50f7681fbea252ba9aff (patch) | |
| tree | f5405b115fd8f04280d1f9bbbb4170456c8bedf8 | |
| parent | 9bb0b7bab5e7d2bc441e65250c35f34e7975583f (diff) | |
removes redundant restart() declaration in etherpad openrc service
| -rw-r--r-- | ansible/roles/etherpad/templates/openrc/etherpad | 8 |
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 $? -} |
