mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-09 02:32:25 +01:00
7 lines
77 B
Bash
7 lines
77 B
Bash
#!/bin/sh
|
|
|
|
# Stop consul service
|
|
rc-service consul stop &> /dev/null
|
|
exit 0
|
|
|