rpm spec: run chkconfig to enable aprsc startup on boot
This commit is contained in:
parent
27e6b29ace
commit
c2146ebafc
|
|
@ -114,13 +114,17 @@ munin_config() {
|
|||
fi
|
||||
}
|
||||
|
||||
init_chkconf() {
|
||||
chkconfig aprsc on
|
||||
}
|
||||
|
||||
# main
|
||||
|
||||
setup_aprsc_user
|
||||
fix_permissions
|
||||
#apparmor_config
|
||||
munin_config
|
||||
|
||||
init_chkconf
|
||||
|
||||
|
||||
%changelog
|
||||
|
|
|
|||
Loading…
Reference in New Issue