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