mirror of
https://github.com/myvesta/vesta
synced 2025-07-06 04:51:54 -07:00
Setting up rsyslog for deb12
This commit is contained in:
parent
1d89e935e1
commit
82956ffa9e
1 changed files with 6 additions and 0 deletions
|
@ -833,6 +833,12 @@ fi
|
||||||
echo "=== Enabling daemon autostart"
|
echo "=== Enabling daemon autostart"
|
||||||
rm -f /usr/sbin/policy-rc.d
|
rm -f /usr/sbin/policy-rc.d
|
||||||
|
|
||||||
|
if [ "$release" -gt 11 ]; then
|
||||||
|
echo "=== Setting up rsyslog"
|
||||||
|
currentservice='rsyslog'
|
||||||
|
ensure_startup $currentservice
|
||||||
|
ensure_start $currentservice
|
||||||
|
fi
|
||||||
|
|
||||||
#----------------------------------------------------------#
|
#----------------------------------------------------------#
|
||||||
# Configure system #
|
# Configure system #
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue