mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-30 19:01:25 +02:00
7 lines
156 B
Bash
7 lines
156 B
Bash
#!/bin/sh
|
|
|
|
/etc/init.d/syslog-ng stop
|
|
/sbin/rc-update del syslog-ng boot
|
|
echo "please activate a syslog service, example:"
|
|
echo "rc-update add syslog boot"
|