mirror of
https://github.com/myvesta/vesta
synced 2025-07-05 20:41:53 -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"
|
||||
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 #
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue